- Joined
- Dec 9, 2014
- Messages
- 176
Trigger is destroying item instead of taking away 2 charges.
As the title states, this trigger is destroying the item instead of reducing its charges. Do I have something wrong?
As the title states, this trigger is destroying the item instead of reducing its charges. Do I have something wrong?
-
Making Wool Bandages
-
Events
-
Dialog - A dialog button is clicked for FirstAidRecipes[1]
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to FirstAidRecipeButton[1]
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Charges remaining in (Item carried by Sorceress of type Tuft of Wool)) Greater than or equal to 2) or ((Charges remaining in (Item carried by Wizard of type Tuft of Wool)) Greater than or equal to 2)
-
-
Then - Actions
-
Item - Set charges remaining in (Item carried by Sorceress of type Tuft of Wool) to ((Charges remaining in (Item carried by Sorceress of type Tuft of Wool)) - 2)
-
Item - Set charges remaining in (Item carried by Wizard of type Tuft of Wool) to ((Charges remaining in (Item carried by Wizard of type Tuft of Wool)) - 2)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Charges remaining in (Item carried by Sorceress of type Tuft of Wool)) Equal to 0) or ((Charges remaining in (Item carried by Wizard of type Tuft of Wool)) Equal to 0)
-
-
Then - Actions
-
Item - Remove (Item carried by Sorceress of type Tuft of Wool)
-
Item - Remove (Item carried by Wizard of type Tuft of Wool)
-
-
Else - Actions
-
-
Game - Display to (All players) the text: |cff32cd32[---- ...
-
Wait 0.75 seconds
-
Cinematic - Clear the screen of text messages for Player Group - Player 1 (Red)
-
Game - Display to (All players) the text: |cff32cd32[--------...
-
Wait 0.75 seconds
-
Cinematic - Clear the screen of text messages for Player Group - Player 1 (Red)
-
Game - Display to (All players) the text: |cff32cd32[--------...
-
Wait 0.75 seconds
-
Cinematic - Clear the screen of text messages for Player Group - Player 1 (Red)
-
Game - Display to (All players) the text: |cff32cd32[--------...
-
Wait 0.75 seconds
-
Cinematic - Clear the screen of text messages for Player Group - Player 1 (Red)
-
Game - Display to (All players) the text: |cff32cd32[--------...
-
Wait 0.75 seconds
-
Cinematic - Clear the screen of text messages for Player Group - Player 1 (Red)
-
Game - Display to (All players) the text: |cff32cd32[--------...
-
Wait 0.30 seconds
-
Item - Create Wool Bandage at (Position of Sorceress)
-
Item - Create Wool Bandage at (Position of Wizard)
-
-
Else - Actions
-
Game - Display to Player Group - Player 1 (Red) the text: |cffffcc00You don't...
-
-
-
-
Else - Actions
-
-
-