Dialog Trigger Malfunction.

CysticCraze

New Member
Reaction score
12
Code:
NE Tower Trigger Dialog
    Events
        Unit - A unit enters Night Elf Tower <gen>
    Conditions
        ((Triggering unit) is A Hero) Equal to True
    Actions
        Dialog - Clear NeTower
        Dialog - Change the title of NeTower to Enter Night Elf Tow...
        Dialog - Create a dialog button for NeTower labelled Yes
        Set NeTowerYes = (Last created dialog Button)
        Dialog - Create a dialog button for NeTower labelled No
        Set NeTowerNo = (Last created dialog Button)
        Dialog - Show NeTower for Player 1 (Red)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Clicked dialog button) Equal to NeTowerYes
            Then - Actions
                Set TowerCam = True
                Set NormCam = False
                Unit - Move Arthas 0002 <gen> instantly to (Center of Night Elf Tower Inside <gen>)
            Else - Actions
                Do nothing

So i gave this trigger to someone and it worked for them... why wont it work for me?
 

Darthfett

Aerospace/Cybersecurity Software Engineer
Reaction score
615
Make a new trigger with the event in which a dialog button is clicked for NeTower.

Then, cut and paste this part of the code into the trigger:

Code:
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Clicked dialog button) Equal to NeTowerYes
            Then - Actions
                Set TowerCam = True
                Set NormCam = False
                Unit - Move Arthas 0002 <gen> instantly to (Center of Night Elf Tower Inside <gen>)
            Else - Actions
                Do nothing

When a unit enters a region, there is no clicked dialog button.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top