- Joined
- Jan 18, 2008
- Messages
- 47
I just wanna ask how to make those 2 neutrals to behave like normal computers, causing them able to attacks enemy buildings, ordered normally, etc,
I have tried to use this trigger on my map but it results nothing
I have tried to use this trigger on my map but it results nothing
-
Change Control
-
Events
- Map initialization
- Conditions
-
Actions
- Custom script: call SetPlayerController(Player(13), MAP_CONTROL_COMPUTER)
- Custom script: call SetPlayerController(Player(14), MAP_CONTROL_COMPUTER)
- Custom script: call SetPlayerController(Player(bj_PLAYER_NEUTRAL_VICTIM), MAP_CONTROL_COMPUTER)
- Custom script: call SetPlayerController(Player(bj_PLAYER_NEUTRAL_EXTRA), MAP_CONTROL_COMPUTER)
-
Events