11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
|
#include "inc_tictactoe"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetCampaignInt("Endless Nights IV","Check",1);
|
||
|
|
||
|
object oPlayer = GetExitingObject();
|
||
|
|
||
|
TTT_HandlePlayerExit(oPlayer);
|
||
|
}
|