Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/bbs_can_delete.nss
Normal file
9
nwn_dark_sun/bbs_can_delete.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
string sAuthor = GetLocalString(GetPCSpeaker(), "PostAuthor");
|
||||
string sName = GetName(GetPCSpeaker()) + " (" + GetPCPlayerName(GetPCSpeaker()) + ")";
|
||||
if(sName == sAuthor)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user