Jump to content

Ambush won't trigger


RangerBoo

Recommended Posts

For some reason my ambush trigger will not spawn the npc's that are suppose to show up when you enter the trigger.

Here is the script I have for the trigger:

 

scn VAALegionAmbush

; Begin OnTriggerEnter Player
; if GetStage AAAMorganQuest 60
; AAAPrimeLegionary01Ref.Enable && AAAPrimeLegionary02Ref.Enable && AAALegionaryRecruit01Ref.Enable && AAALegionaryRecruit02Ref.Enable
;end

 

I have no idea what I am doing wrong.

Link to comment
Share on other sites

Make a Message: http://geck.bethsoft.com/index.php?title=Message

Make a script using this function: http://geck.bethsoft.com/index.php?title=ShowMessage

Attach the script to your trigger.

 

Go in game, pass through the trigger. If message shows, problem is with the (previous) script. If message doesn't show, problem is with the trigger.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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