- Joined
- Jul 28, 2024
- Messages
- 222
Can you help me with a jass snippet to toggle unit collision on/off?
call SetUnitPathing(gate, false)
call SetUnitPathing(gate, true)
I thought this would work. But it does not seem to work...
Other units can not go through
call SetUnitPathing(gate, false)
call SetUnitPathing(gate, true)
I thought this would work. But it does not seem to work...
Other units can not go through