| 03-05-2005, 09:58 PM | #1 |
I use normally that on my triiger Player(0) is player1 in most case red to Player(11) -> 12 I have never use neutral player in JASS Does Player(12) means something if yes what? How many "Player(integer)" there is ? Thanks |
| 03-05-2005, 10:06 PM | #2 |
PLAYER_NEUTRAL_PASSIVE = 15 PLAYER_NEUTRAL_AGGRESSIVE = 12 bj_PLAYER_NEUTRAL_VICTIM = 13 |
| 03-05-2005, 10:14 PM | #3 | |
Quote:
thanks a lot. THere is not a 14? |
| 03-05-2005, 11:03 PM | #4 |
There is a 13 indeed, but too lazy to open WE, I saw those on bliz.j and common.j. Go to trigger editor and pick a player action in GUI, check what you have after PLayer 12. |
| 03-05-2005, 11:10 PM | #5 | |
Quote:
ok I will, I as just curious. ^_^ But now I don't have WE so I won't. ^_^ (see my sig) |
| 03-06-2005, 12:40 AM | #6 |
there's 4 neutrals: hostile, passive, extra, victim |
