TheDrunkenSoviet Posted April 1, 2013 Share Posted April 1, 2013 (edited) I am trying to get a script to enable another trigger via a previous trigger. Scn RadLockEnableScriptBegin OnTriggerEnter RadLockTrigger01.EnableENDThats the script I am using to do it but GECK won't save as its wrong !HELP ! Edited April 1, 2013 by TheDrunkenSoviet Link to comment Share on other sites More sharing options...
greggorypeccary Posted April 2, 2013 Share Posted April 2, 2013 (edited) What if you just put : SCN RadLockEnableScript Begin onTriggerEnter RadlockTregger01.Enableif GetsId == playerEnd It might work. Edited April 2, 2013 by greggorypeccary Link to comment Share on other sites More sharing options...
jazzisparis Posted April 2, 2013 Share Posted April 2, 2013 There are no syntax errors in this script, which leaves the trigger-activator (RadLockTrigger01) as the probable problem. It needs to be a persistent reference with the editor ID 'RadLockTrigger01' unique to it. Link to comment Share on other sites More sharing options...
TheDrunkenSoviet Posted April 2, 2013 Author Share Posted April 2, 2013 Cheers All for your help the Persistant ref was the problem. Link to comment Share on other sites More sharing options...
Recommended Posts