Server persons file

A person in a sim world is someone who can move about, carry items and communicate. Persons can be controlled by either a human user (in which case there will be a player of the same name), or by an action of the same name.
The format of the persons file is :
person name {
	attribute  value(s)
	attribute  value(s)
	...
	}

person name {
	attribute  value(s)
	...
	}

...
Like nodes and objects, every person must have a unique name. A shape with the same name as the person (their avatar) must exist, and should be positioned at the same location as the person.
Valid attributes for a person are : If an action with the same name as a person exists, then that action can contain methods that control the person. You should only have such an action if the person is not controlled by a user, otherwise strange things can and will happen.
Return to the [server guide] or to the [final report]