RATDOG/_module/nss/re_widget14.nss

8 lines
208 B
Plaintext
Raw Normal View History

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