
JASS:
set udg_Athena = CreateUnit(bj_PLAYER_NEUTRAL_EXTRA, 'E001', x, y, face)
1. Yes, that is a Global. yes, it needs to be there.
2. I need this created unit to be made for Neutral Extra (whose player number is 14), but what is it's player Id? it doesn't want to accept 14 or bj_PLAYER_NEUTRAL_EXTRA. Anyone know how else to do it?