Page 1 of 1

Simple script wont save

PostPosted: Thu Dec 03, 2015 3:48 am
by Carlitos Avila

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. :P

Here is the new script that works

scn ManForInfoEnableScript
begin onTriggerEnter player
ManForInforef.Enable
end
(I changed the reference ID)