Jump to content

What could cause my quest script not showing?


tigerdragon666

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...