Base Object Functions

Parent: object or monster

Base 3d functions for monsters and objects used to specify starting position, 3d name (links to object) and direction facing.

set_xy
Starting position is x=200.0, y=300.1

set_xy(200.0,300.1);

set_name3d
Name is 'citizen3' and links to object.

set_name3d("citizen3");

set_facing
Object will initially face 'east'

set_facing("east");