- Joined
- May 8, 2020
- Messages
- 83
I have a trigger item like this but I can't hide the item when worn, but I also want it to still have +2 stats.
That means it turns into a completely hidden item and you can use 6 slots.
Hide Item
Events
Unit - A unit Acquires an item
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Hero manipulating item) has an item of type Circlet of Nobility) Equal to True
Then - Actions
Wait 1.00 seconds
Item - Hide (Item being manipulated)
Item - Make (Item being manipulated) Undroppable
Else - Actions
That means it turns into a completely hidden item and you can use 6 slots.
Hide Item
Events
Unit - A unit Acquires an item
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Hero manipulating item) has an item of type Circlet of Nobility) Equal to True
Then - Actions
Wait 1.00 seconds
Item - Hide (Item being manipulated)
Item - Make (Item being manipulated) Undroppable
Else - Actions