Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
16
nwnds_module/at_300gp300xp.nss
Normal file
16
nwnds_module/at_300gp300xp.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_100gp500xp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/27/02 11:33:01 AM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some gold
|
||||
GiveGoldToCreature(GetPCSpeaker(), 300);
|
||||
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 300);
|
||||
|
||||
}
|
Reference in New Issue
Block a user