Hello! Long ago since I last posted around here. Anyhow...
I've got an issue, well, actually I got several, but this is the one we're currently trying to figure out, but it's not going too well.
The problem is that I can't get it to work. The result of using that one, IDENTICAL to that one, is that the Knight cant pick anything up, it all falls out.
- Carrigage
I've got an issue, well, actually I got several, but this is the one we're currently trying to figure out, but it's not going too well.
-
Hero Item restriction hero1
-
Events
- Unit - A unit Acquires an item
-
Conditions
- (Unit-type of (Triggering unit)) Equal to Knight
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Item-type of (Last created item)) Equal to Long Sword
- (Item-type of (Last created item)) Equal to Shield
-
Then - Actions
- Do nothing
-
Else - Actions
- Item - Move (Item being manipulated) to (Position of (Triggering unit))
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
The problem is that I can't get it to work. The result of using that one, IDENTICAL to that one, is that the Knight cant pick anything up, it all falls out.
- Carrigage