- Joined
- Jun 29, 2009
- Messages
- 6,759
Alright, so my game crashes whenever this trigger comes into play.
The general idea is that two different players can pick up a specific item, starting different chains of events, but for some reason the game can't take it.
Any ideas?
The general idea is that two different players can pick up a specific item, starting different chains of events, but for some reason the game can't take it.
Any ideas?
-
Picking Up Earth Talisman
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Item being manipulated) Equal to |cffff8c00Earth Talisman|r 0384 <gen>) and ((Owner of (Hero manipulating item)) Equal to Player 4 (Purple))
-
-
Then - Actions
-
Game - Display to (All players) the text: The leader of the K...
-
Hero - Give |cffff8c00Earth Talisman|r 0384 <gen> to Human Tribe Leader 0214 <gen>
-
Quest - Mark ClaimTalisman as Completed
-
Quest - Flash the quest dialog button
-
-
Else - Actions
-
Do nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Item being manipulated) Equal to |cffff8c00Earth Talisman|r 0384 <gen>) and ((Owner of (Hero manipulating item)) Equal to Player 12 (Brown))
-
-
Then - Actions
-
Game - Display to (All players) the text: Chieftain Wise-Horn...
-
Hero - Give |cffff8c00Earth Talisman|r 0384 <gen> to Wise-Horn Chieftain 0193 <gen>
-
-
Else - Actions
-
Do nothing
-
-
-
-