Im making a LoaP map and im working on the triggers for the host... and I got one called "-give (color)" and i cant get it to work... here is the trigger...
I also got one for host called "level *1-15*" that wont work either...
and I also got one for booting players...
can someone tell me what I am missing or done wrong? (just started making maps...)
Give Blue
Events
Player - Player 7 (Green) types a chat message containing -give blue as An exact match
Conditions
Actions
Unit - Change ownership of (Targeted unit) to Player 2 (Blue) and Change color
I also got one for host called "level *1-15*" that wont work either...
Level 1
Events
Player - Player 7 (Green) types a chat message containing -level 1 as An exact match
Conditions
Actions
Hero - Set (Targeted unit) Hero-level to 1, Show level-up graphics
and I also got one for booting players...
Boot Red
Events
Player - Player 7 (Green) types a chat message containing -boot red as An exact match
Conditions
Actions
Game - Defeat Player 1 (Red) with the message: The Host booted you...
can someone tell me what I am missing or done wrong? (just started making maps...)