Script Reference
Character


 walkto (character ; x ; y ; viewing direction ;
                                      dontwait ;reverse
)     //Beginner

Used for : Characters.

Parameters:


Description :

Makes a character walk to a new position. The destination on the walkmap HAS TO BE free or the character will not start walking. Optionally you can add a viewing direction that the character shall have at the destination. 1 -Front, 2 - Back, 3 - Right, 4 - Left. dontwait" causes a cutscene or textscene to proceed instead of waiting for the character to reach the destination. "Reverse" will let the character walk backwards to the destination. [ Variables] can be used as parameters. "self" can be used to select the currently focused character.