DestroyPerson
From Spheriki
Destroy a named person.
Contents |
[edit]
Usage
DestroyPerson(name);
- name string. Name of the person to destroy.
[edit]
Examples
To destroy the person named 'Bob':
DestroyPerson("Bob");
[edit]
Notes
- Once a person is destroyed, they will no longer appear on any maps, or trigger person events, respond to queued commands or obstruct any other persons.
[edit]
See also
- Every other person function in the Functions page.

