I currently working on a map. Now i need my character to change his angle from north to south.
Using this code:
Code: Select all
Script 06 (void)
{
		SetActorAngle(8,192);
		
}
Why wont it work?, nothing happens.
Moderator: Graf Zahl
Code: Select all
Script 06 (void)
{
		SetActorAngle(8,192);
		
}
 
														
 
														
 
														
Code: Select all
script 100 enter
{
    Thing_ChangeTID (0, 20);
    SetActorAngle(20, 192);	
}
 , Now to next problem.  The value 192=South direction it says on: http://zdoom.org/wiki/Definitions. This wont work for me? :S, it doesn't matter if i change it from 96-224, still the pll facing the same direction. How this come?
, Now to next problem.  The value 192=South direction it says on: http://zdoom.org/wiki/Definitions. This wont work for me? :S, it doesn't matter if i change it from 96-224, still the pll facing the same direction. How this come?
 
														
