• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Need help as fast as possible! Help highly appreciated!

Status
Not open for further replies.

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
I don't really see what this condition does.

(Condition Or - Any conditions are true)

Isn't it suppose to do like this?

Event:
I Enter Region
Actions:
-If then Else-
Condition Or - Any conditions are true
condition: I like wall
condition: I like mountain
condition: I like lamp
Then:
Move unit to region 001
Else: Move unit to region 002

Lets say that I liked wall but not mountain and not lamp.
Then it should move the unit to region 001

And if I didn't like any of the three things mentioned (Wall, Mountain or Lamp) The unit should be moved to region 002.

How confusing since it doesn't really work that way for me...

For me the result from "Lets say that I liked wall but not mountain and not lamp." is that the unit moves to region 001.

Is the condition "Or - Any" really meant to work that way? If so, Is there any other condition which I could use which will trigger "Then" if 1 of the mentioned conditions are true and go to "Else" if all of them are wrong?

Ive been working on a new system for my map for over 5 hours. Ive tested everything and this is the ONLY thing that could be wrong. Do I really need to Reconstruct my whole system because blizzard sucks at making conditions that makes sense? Or am I wrong?

Please post back to me as soon as possible since I got a deadline for the new version of my game, Bosses of Warcraft. Thank you very much :ogre_haosis:
_________________


"Give a man a fish and you feed him for a day, Teach a man to fish and you feed him, for a lifetime."
 
  • Event:
    • I Enter Region
  • Actions:
    • -If then Else-
      • If-Conditions
        • Condition Or - Any conditions are true
          • condition: I like wall
          • condition: I like mountain
          • condition: I like lamp
      • Then - Actions
        • Move unit to region 001
      • Else - Actions
        • Move unit to region 002
now if any of those three conditions is true, the unit will be moved to region002
 
Level 18
Joined
Jan 21, 2006
Messages
2,552
They put conditions on the event; if you've got a Unit enters region event then a condition would allow you to filter, say, the type of unit under which circumstances you want the actions to be executed.
 

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
  • Event:
    • I Enter Region
  • Actions:
    • -If then Else-
      • If-Conditions
        • Condition Or - Any conditions are true
          • condition: I like wall
          • condition: I like mountain
          • condition: I like lamp
      • Then - Actions
        • Move unit to region 001
      • Else - Actions
        • Move unit to region 002
now if any of those three conditions is true, the unit will be moved to region002

How do I link my trigger like that? Because my trigger is different like the one i mentioned. The conditions are not based on the event, but on integer variable's value.
_________________


"Give a man a fish and you feed him for a day, Teach a man to fish and you feed him, for a lifetime."
 
Level 18
Joined
Jan 21, 2006
Messages
2,552
You surround your text with
  • . If you've got the World Editor open go to a trigger and right-click the name of the trigger in the right UI (with the events/conditions/actions sections) and select "Copy as Text". Once you do this you can paste it directly into the forum inside those [b]trigger[/b] tags and have it displayed as:
  • [trigger]YourTrigger
    • Spaces make it do this!
    • Unit - Make Unit God
 
Last edited:
Status
Not open for further replies.
Top