Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
15
nwnds_module/at_elinikreward.nss
Normal file
15
nwnds_module/at_elinikreward.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_elinikreward
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/15/2002 11:09:42 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
RewardPartyXP(750, GetPCSpeaker());
|
||||
|
||||
}
|
Reference in New Issue
Block a user