7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
|
// wazoo_sc_notself
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetLocalObject(OBJECT_SELF,"oSpellTarget")!=GetPCSpeaker()) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|