- Joined
- Jan 11, 2006
- Messages
- 110
-
Reload SIG
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Unit-type of (Hero manipulating item)) Equal to Soldier With SIG
-
(Item-type of (Item being manipulated)) Equal to "SIG" SG 550
-
(Charges remaining in (Item carried by (Hero manipulating item) of type Rifle Ammo)) Greater than 0
-
(Charges remaining in (Item being manipulated)) Greater than 0
-
(Charges remaining in (Item being manipulated)) Less than 24
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Then - Actions
-
Item - Set charges remaining in (Item carried by (Hero manipulating item) of type Rifle Ammo) to ((Charges remaining in (Item carried by (Hero manipulating item) of type Rifle Ammo)) - ((24 - ((Charges remaining in (Item being manipulated))
-
Item - Set charges remaining in (Item being manipulated) to 24
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Charges remaining in (Item carried by (Hero manipulating item) of type Rifle Ammo)) Equal to 0
-
-
Then - Actions
-
Item - Remove (Item carried by (Hero manipulating item) of type Rifle Ammo)
-
-
Else - Actions
-
-
-
-
-
Last edited by a moderator: