Changing Collision Size

Status
Not open for further replies.
i think its possible with jass

also jass is not a godlike trigger thing which allows you to do crazy things it's just faster and easier(with vJass u can do more things) but changing collision size..hmmm never seen a function that does but replacing is not that much triggereing
just needs 2 units one with 16 and one with 32 collision size

unit enter your rect

unit = footman16

set temploc = GetUnitLoc(GetTriggerUnit)
CustomScript call RemoveUnit(GetTriggerUnit())
Create 1 footmen32 for (TriggerUnit)OwningPlayer at temploc facing 0
call RemoveLoc(temploc)

and the same thing
vice versa

so leaves region and change the 16/32

for heros it's more difficult but if you dont use then nvm otherwise post it
 
Status
Not open for further replies.
Back
Top