- Joined
- Oct 16, 2019
- Messages
- 4
In my map, heroes use wands to cast spells. A wand is an item with an assigned integer number from 1 to 100, that number indicates the percentage probability of a wand spell being cast successfully. If the cast roll is high enough, the spell casts as usual; if the cast fails, the spell must be cancelled.
My problem is that I can't order my hero to cancel the cast, because I'm using the "item is being used" event.
I tried:
1) to remove and add again the item being used
2) to drop the item being used
3) to order hero to stop
None of these worked. Please help me, I would be very grateful.
My problem is that I can't order my hero to cancel the cast, because I'm using the "item is being used" event.
I tried:
1) to remove and add again the item being used
2) to drop the item being used
3) to order hero to stop
None of these worked. Please help me, I would be very grateful.