EN4_PRC8/_module/nss/en4_angel_1.nss

10 lines
141 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(OBJECT_SELF,"Teleport") == 0)
iResult=TRUE;
return iResult;
}