Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
11
nwn_dark_sun/ka_preludereward.nss
Normal file
11
nwn_dark_sun/ka_preludereward.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
CreateItemOnObject("forgedpreludeo", oPC);
|
||||
|
||||
RewardPartyXP(3000, oPC, TRUE);
|
||||
|
||||
}
|
Reference in New Issue
Block a user