Files
Anphillia_PRC8/_module/nss/anph_xpwand_dm.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

14 lines
216 B
Plaintext

int StartingConditional()
{
object oDM = GetLastSpeaker ();
object oTarget;
oTarget = GetLocalObject (oDM, "xpwand_target");
if (oDM == oTarget)
{
return TRUE;
}
return FALSE;
}