- Joined
- Jul 29, 2007
- Messages
- 5,174
Any idea why this one-type item system doesn't work ?
It just automaticly throws items, even if you don't have any in your inventory.
It just automaticly throws items, even if you don't have any in your inventory.
-
One type equipment
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to (Item-class of (Item carried by (Triggering unit) in slot (Integer A)))
-
-
Then - Actions
-
Hero - Drop (Item being manipulated) from (Triggering unit)
-
-
Else - Actions
-
Skip remaining actions
-
-
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to Artifact
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Triggering unit)))) the text: ...
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to Permanent
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Triggering unit)))) the text: ...
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to Purchasable
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Triggering unit)))) the text: ...
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to Campaign
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Triggering unit)))) the text: ...
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to Miscellaneous
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Triggering unit)))) the text: ...
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-class of (Item being manipulated)) Equal to Powerup
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Triggering unit)))) the text: ...
-
-
Else - Actions
-
-
-
-
-
-
-
-
-
-
-
-
-