HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Player(integer)

03-05-2005, 09:58 PM#1
Tabris
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
masda70
PLAYER_NEUTRAL_PASSIVE = 15
PLAYER_NEUTRAL_AGGRESSIVE = 12
bj_PLAYER_NEUTRAL_VICTIM = 13
03-05-2005, 10:14 PM#3
Tabris
Quote:
Originally Posted by masda70
PLAYER_NEUTRAL_PASSIVE = 15
PLAYER_NEUTRAL_AGGRESSIVE = 12
bj_PLAYER_NEUTRAL_VICTIM = 13

thanks a lot.
THere is not a 14?
03-05-2005, 11:03 PM#4
masda70
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
Tabris
Quote:
Originally Posted by masda70
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.

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
curi
there's 4 neutrals: hostile, passive, extra, victim