tigerdragon666 Posted February 21, 2016 Share Posted February 21, 2016 I copy TUTZ's quest companion script, but it nevers in GetQuestVariable under packages > SecuritronMk3CompaionFollow( and Guard/Sandbox) > conditions. Here is my sample. scn SecuritronMark3Script short Status ;1 = following, 2 = waiting, 3 = sandboxing short DoOnce begin GameMode if (DoOnce != 1) set Status to 3 set DoOnce to 1 endif end Link to comment Share on other sites More sharing options...
Ladez Posted February 21, 2016 Share Posted February 21, 2016 GetQuestVariable needs a quest as a parameter. Did you save the script as a quest script and attach it to a quest? Link to comment Share on other sites More sharing options...
Recommended Posts