If it isn't saving it is because the script is not compiling and therefore you have a spelling or syntax error - no two ways about it.
You can use the script validator made by cipcis to check where the problem is.
http://geck.gamesas.com/index.php/Script_Validator
I suspected that. I'm trying to make a script that kills npcs (they are for decoration to make an area look like it had a battle) because I set their health to 0 and they still are alive. They are not essential:
scn VXKillVictimsCamp
Begin OnLoad
KillActor VXPowderGangerDEAD01, 1, 1
KillActor VXCivilianDEAD02REF, 1, 1
KillActor VXCivilianDEAD01REF, 1, 1
KillActor VXCampGuardDEAD01REF, 1, 1
KillActor VXPowderGangerDEAD02REF, 1, 1
KillActor VXPowderGangerDEAD03REF, 1, 1
end
=====
The script validator didn't say anything was wrong.... Do you see what I'm doing wrong?
Thanks a lot,
Devlin