- Joined
- Oct 29, 2007
- Messages
- 1,184
Events
Time - Every 0.04 seconds of game time
Conditions
Actions
Set Sun = ((Position of PlayingUnit) offset by 2000.00 towards 210.00 degrees)
Unit - Move Sun 0003 <gen> instantly to Sun
Unit - Move Sun 0002 <gen> instantly to Sun
Custom script: call RemoveLocation(udg_Sun)
I'm using this to create a sun in a 3rd person camera map. But sadly the ''sun'' is a unit and it's selectable in game. How do I make it unselectable? ( Not sure where to post this :S )
Time - Every 0.04 seconds of game time
Conditions
Actions
Set Sun = ((Position of PlayingUnit) offset by 2000.00 towards 210.00 degrees)
Unit - Move Sun 0003 <gen> instantly to Sun
Unit - Move Sun 0002 <gen> instantly to Sun
Custom script: call RemoveLocation(udg_Sun)
I'm using this to create a sun in a 3rd person camera map. But sadly the ''sun'' is a unit and it's selectable in game. How do I make it unselectable? ( Not sure where to post this :S )