Jump to content

A travel-to script, not working


temnix

Recommended Posts

I have a staircase that is being watched, and so long as the guard is near, no one may come up. Accordingly, its region isn't linked to any entrance. Instead it has a script, and the script is:

IF
    Entered([GOODCUTOFF])
    Global("AttackFirstHarpers","GLOBAL",0)
  TriggerOverride(LastTrigger,Range("zolnte",25)
      !StateCheck("zolnte",STATE_HELPLESS)  // Zolnte
THEN
    RESPONSE #1
        DisplayStringHead(LastTrigger,104076)  // You get a distinct feeling that somebody's eyes are boring into your back, and dare not ascend.
END

IF
    Entered([GOODCUTOFF])
THEN
    RESPONSE #1
        ActionOverride(LastTrigger,LeaveAreaLUA("AR0309","",[796.523],SE))
END

Well, nothing happens. Why?

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...