10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
void main()
|
|
{
|
|
// SimTools
|
|
ExecuteScript("fky_chat_clexit", OBJECT_SELF);
|
|
// Persistent HP
|
|
ExecuteScript("php_mod_leaving", OBJECT_SELF);
|
|
// Radio System - Also used for NWNX chat (Different from SimTools)
|
|
ExecuteScript("radio_mod_leave", OBJECT_SELF);
|
|
}
|