Cannot create a neutral unit with a trigger
Posted
by
Xitcod13
on Game Development
See other posts from Game Development
or by Xitcod13
Published on 2012-12-15T21:34:24Z
Indexed on
2012/12/18
5:14 UTC
Read the original article
Hit count: 213
map-editor
|starcraft
I've been playing around with the starcraft UMS (Use map settings) for a while and usually i figure things out pretty quickly when im stuck. Alas not this time.
I'm trying to place a neutral unit (player 12) using a trigger. It refuses to work. I'm using Scmdraft 2.0 as my editor (but i cant get it to work in other editors either) (all neutral units placed before the game starts are visible and all other triggers work fine. Also i created a text msg and it does displays it in-game so the trigger triggers )
For testing I created a trigger that looks like this:
Player: neutral (i tried neutral players player 1 and all players as well)
Condition:
-always
Action:
-Create *1 Terran Medic* at '*location 022*' for *Neutral* (also tried neutral players)
When I start the game nothing happens.
Here is what I tried:
- I tried placing a start location for neutral player (player 12)
- I tried changing the owner under map properties of player 12 to neutral and computer from unused which was the default.
Although it seems like it should be a common enough problem, I don't see it in any FAQ and I cant find anything about it when I Google it.
Thanks in advance.
© Game Development or respective owner