Alangara_PRC8/_module/nss/merc_chkquit.nss

6 lines
130 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
int StartingConditional()
{
return GetLocalInt( OBJECT_SELF, "QUIT" ) == 1 &&
GetIsObjectValid( GetMaster() );
}