RoT2_PRC8/_module/nss/cb_chk_globe.nss

15 lines
171 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
}
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetItemPossessedBy(oPC, "GLOBEOFPOWER") == OBJECT_INVALID) return FALSE;
return TRUE;
}