Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
8
nwn_dark_sun/bbs_scribe_give.nss
Normal file
8
nwn_dark_sun/bbs_scribe_give.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object Notice = CreateItemOnObject("bbs_notice_bp", GetPCSpeaker());
|
||||
if (Notice != OBJECT_INVALID) {
|
||||
SetLocalString(Notice, "#T", GetLocalString(OBJECT_SELF, "#T"));
|
||||
SetLocalString(Notice, "#M", GetLocalString(OBJECT_SELF, "#M"));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user