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);
}