genericuser27 Posted May 9, 2015 Posted May 9, 2015 No idea what is wrong with this, can someone please help? I'm new to scripting. The script is just supposed to start sex when the player enters the trigger. Geck keeps saying do you want to save this script when I try to exit, which im guessing there is an error. scn TestscriptBegin OnTriggerEnter Playerif eval((0 == call fnSexoutActorInuse TestRef) && (0 == call fnSexoutActorInuse PlayerREF))call fnSexoutActPrepcall fnSexoutActSetRef "actorA" TestREFcall fnSexoutActSetRef "actorB" PlayerREFcall fnSexoutActRunendif end
Swyke Posted May 9, 2015 Posted May 9, 2015 Are you using PowerUp for GECK? It should show you the line where the error is.
Guest tomm434 Posted May 9, 2015 Posted May 9, 2015 Are you using PowerUp for GECK? It should show you the line where the error is. +1 ! vane000, I think you forgot second eval after && scn Testscript Begin OnTriggerEnter Player if eval((0 == call fnSexoutActorInuse TestRef) && EVAL (0 == call fnSexoutActorInuse PlayerREF)) call fnSexoutActPrep call fnSexoutActSetRef "actorA" TestREF call fnSexoutActSetRef "actorB" PlayerREF call fnSexoutActRun endif end
Recommended Posts
Archived
This topic is now archived and is closed to further replies.