- Joined
- Mar 26, 2016
- Messages
- 3
I've set 100+ unit type as variables, was wondering is there a shortcut to summon a unit type by just typing their corresponding variable number in event chat? I dont want to put a event chat one by one
here is a example
Events
Player - Player 1 (Red) types a chat message containing 1 as An exact match
Player - Player 1 (Red) types a chat message containing 2 as An exact match
Player - Player 1 (Red) types a chat message containing 3 as An exact match
Player - Player 1 (Red) types a chat message containing 100 as An exact match
Conditions
Actions
Unit - Create 1 RNG_UNIT[(Integer((Entered chat string)))] for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
here is a example
Events
Player - Player 1 (Red) types a chat message containing 1 as An exact match
Player - Player 1 (Red) types a chat message containing 2 as An exact match
Player - Player 1 (Red) types a chat message containing 3 as An exact match
Player - Player 1 (Red) types a chat message containing 100 as An exact match
Conditions
Actions
Unit - Create 1 RNG_UNIT[(Integer((Entered chat string)))] for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees