No Item Sharing System

Status
Not open for further replies.
than make trigger
event:
unit drops item
action:
set variable:dropeditem=lastdroped item
set variable ovnerofunit=ovner of triggering unit
or actions:
add item to item group droped item


and another one

event:
unit has picked up item
condition:
ovner of picking unit not equal to ovnerofunit
picked item equal to dropeditem
action:
drop last picked item
 
Thats it but is not the whole trigger just the main idea

  • Event
  • A unit acquires an item
  • Conditions
  • Actions
  • If custom value of item being manipulated equal to 0 or player number of owner of triggering unit
  • set custom value of item being manipulated = player number of owner of triggering unit
  • else
  • order triggering unit to drop item being manipulated
 
Status
Not open for further replies.
Back
Top