Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
7
nwn_dark_sun/re_widget15.nss
Normal file
7
nwn_dark_sun/re_widget15.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oTarget = GetItemActivatedTarget();
|
||||
iResult = GetIsPC(oTarget) && !GetLocalInt(GetModule(), "re_" + GetPCPlayerName(oTarget));
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user