Monkey Man
New member
- Joined
- Mar 20, 2010
- Messages
- 14
BW Xpress map editor is cool and works very well, but there is a small problem.
When turning a computer player on, it automatically creates this script line:
TOGGLE_COMPUTER_PLAYER(2, 1)
This does not create the glowing light enemy.
It must be changed to:
TOGGLE_COMPUTER_PLAYER("PLAYER_TWO", 1)
then the glowing enemy appears.
PS this is probably already posted somewhere, but i cant find it.
When turning a computer player on, it automatically creates this script line:
TOGGLE_COMPUTER_PLAYER(2, 1)
This does not create the glowing light enemy.
It must be changed to:
TOGGLE_COMPUTER_PLAYER("PLAYER_TWO", 1)
then the glowing enemy appears.
PS this is probably already posted somewhere, but i cant find it.