Weapon Triggers NEed help

Status
Not open for further replies.
There are different ways.

Opportunity one:
You can ask for an item of the same class should look like something of that
Unit acquires an item

If triggering unit has and item of item-type(type of triggering item) then move triggering item to position of triggering unit

Opp two:
Work with variables!
Unit acquires an item

if item type of triggering item equal to (weapon) AND UnitHasWeapon equal to FALSE then Set Variable UnitHasWeapon TRUE else move item to position of triggering unit

That should work i think. Try it
 
Status
Not open for further replies.
Back
Top