RATDOG/_module/nss/re_widget19.nss

8 lines
167 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
object oTarget = GetItemActivatedTarget();
iResult = GetIsPC(oTarget) && !GetIsDM(oTarget);
return iResult;
}