Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/ka_giveshinbook.nss
Normal file
10
nwn_dark_sun/ka_giveshinbook.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
CreateItemOnObject("QST_ITBK_LASTSEA", oPC);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user