Page MenuHomeFeedback Tracker

units Cant be placed in guard towers
Closed, ResolvedPublic

Description

Units stand on the ground and cant be placed in guard towers or on the pier they just fall to their death or drown.

Details

Legacy ID
2957050047
Severity
Minor
Resolution
Not A Bug
Reproducibility
Always
Category
Editor

Event Timeline

steamynachos edited Additional Information. (Show Details)
steamynachos set Category to Editor.
steamynachos set Reproducibility to Always.
steamynachos set Severity to Minor.
steamynachos set Resolution to Not A Bug.
steamynachos set Legacy ID to 2957050047.May 7 2016, 12:49 PM

Use this in the init line of the unit:

for guard towers:
this setPosATL [(getPosATL select 0), (getPosATL select 1), 4];

for piers
this setPosATL [(getPosATL select 0), (getPosATL select 1), 1];

Simply adjust the last number if it doesn't work.

You can set the units starting elevation in the UI.