Added Daz's persistent NUI storage. Added instanced player room at the Inn of the Flying Monkey. Added PnP cockatrice & dire weasel. Full compile.
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
#include "inc_tictactoe"
|
|
|
|
void main()
|
|
{
|
|
object oPlayer = GetExitingObject();
|
|
|
|
TTT_HandlePlayerExit(oPlayer);
|
|
|
|
ExecuteScript("prc_onleave", oPlayer);
|
|
}
|