Jump to content

Why will this scrip do nothing?


bagelfromhell

Recommended Posts

Whenever i walk into the trigger box nothing happens

 

 

  Reveal hidden contents

 

Edited by bagelfromhell
Link to comment
Share on other sites

if ParastasQ.isRunning() == FALSE
                                       bool check = ParastasQ.start()
                                       ; do a quick check in case the quest could not be started
                                       if !check
;                                               debug.trace("ERROR: "+ParastasQ+" not started by "+self)
                                       endif
                               endif

 

If you remove this part the script works?

Link to comment
Share on other sites

  On 7/3/2012 at 10:32 PM, gasti89 said:

if ParastasQ.isRunning() == FALSE
                                       bool check = ParastasQ.start()
                                       ; do a quick check in case the quest could not be started
                                       if !check
;                                               debug.trace("ERROR: "+ParastasQ+" not started by "+self)
                                       endif
                               endif

 

If you remove this part the script works?

 

No. I walk through the trig box and nothing happens still

Edited by bagelfromhell
Link to comment
Share on other sites

  On 7/4/2012 at 10:50 AM, gasti89 said:

A few question before messing. Do you want this trigger to run only once?

 

Do you want the quest to start and make the trigger fire even if it's not started?

 

It'd be less confusing to the player if we had the trigger start the quest even if they did not have it active before + if it was not active the player would be stuck unless they used a coc command. So yes even if the quest is not started i would like it to start it

Link to comment
Share on other sites

  • Recently Browsing   0 members

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