Yes I am 100% sure. Here see the code where I test it:

Code:
if(you)
		{
			diag("\n");diag("Ist ent: ");diag(str_for_entfile(NULL,me));
			diag("\n");diag("you.Iscar:");diag(str_for_num(NULL,you.iscar));
			diag("\n");diag("my.Iscar:");diag(str_for_num(NULL,my.iscar));
						
			if(you.iscar ==1)//wenn du ein auto bist
			{
				brems_speed=0;//werde langsamer
				diag("\n");diag("ist auto und bremst");
			}



(skill1 is defined as iscar)

The models that have this actions are:
"accent_white.mdl"
"renault4.mdl"
"yugo_red.mdl"

And here is the Logfile:



Quote:

...
Ist ent: YUGO_RED.MDL
you.Iscar:0
my.Iscar:1
...


Last edited by Nicotin; 07/07/09 21:08.