I'm not new to TES4 Construction set, but I am very new toscripting in TES4. It isn't like morrowind at all.
So I've been poking around to see how it works for my first mod with new scripts, but when I tried to make a script for a spell, it wouldn't save and it came up with the message: "Syntax Error. Invalid block type in 'begin' command."
Here is the offending part of the script:
begin OnScriptEffectStart
if Choosing == 0
set Choosing to -1
endif
end
Please help me, I wish I didn't have to bother others with my problems but I've ran out of options.
Also I have been trying to make a script which will kill the 9 minions of a boss when he dies in his human form and transforms into his true form. I need help putting a script that will do these two things. I know the commands "boss2"refmoveto"boss1"ref, kill, disable are invloved but my mind has gone in complete shut down.
In advance thankyou, and sorry if I seem to be asking alot.