This function is now obsolete. Use Character.Walk instead
MoveCharacterToHotspot (CHARID, int hotspot)
Moves the character CHARID from its current location to the walk-to point
for the specified hotspot. If the hotspot has no walk-to point, nothing
happens.
This is a blocking call - control is not returned to the script until the
character has reached its destination.
Example:
MoveCharacterToHotspot(EGO,6);
will move the character EGO to the hotspot's 6 "walk to point".
See Also: Hotspot.WalkToX, Hotspot.WalkToY,
Character.Walk, MoveCharacterToObject
|