I am trying to create a simple enable on trigger script but it wont save. I tried googling the individual commands only to find out that they were correct. I have scn [name] on there, so it should save. If there is something wrong / missing from this basic script please do tell me, because I desperately want this to work, as it's my first quest mod. If it wasnt obvious enough already, I am new to the G.E.C.K.
The script :
scn 00NPCTrigger
begin OnTriggerEnter player
ManForInfo.Enable
end
Edit :
Well I finally got the script to work, but I have no idea how, and I wish for you guys to help explain.
Here is the new script that works
scn ManForInfoEnableScript
begin onTriggerEnter player
ManForInforef.Enable
end
(I changed the reference ID)