RATDOG/_module/nss/re_widget15.nss

8 lines
209 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
object oTarget = GetItemActivatedTarget();
iResult = GetIsPC(oTarget) && !GetLocalInt(GetModule(), "re_" + GetPCPlayerName(oTarget));
return iResult;
}