Is there a way to have more events in the server, such as:
PHP Code:
// On Control-NPC
function onObjectCreated( obj )
{
echo( obj.name @"["@ obj.objectType() @"]: created.");
}
The problem with that is... TGraalVar IS an object, so... You'd probably have a lot of triggers if you set strings.
Usage:
PHP Code:
// On Control-NPC
function onObjectCreated( obj )
{
obj.join("global");
}