7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
//Written by kookoo and Mistress on 29 May 2008
|
|
int StartingConditional()
|
|
{
|
|
if(GetLocalInt(GetPCSpeaker(), GetResRef(OBJECT_SELF) + "_removed") == 1)
|
|
return TRUE; return FALSE;
|
|
}
|