Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
13
_module/nss/signupexp.nss
Normal file
13
_module/nss/signupexp.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName signupexp
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/20/2002 8:41:47 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP and Gold
|
||||
GiveXPToCreature(GetPCSpeaker(), 500);
|
||||
GiveGoldToCreature(GetPCSpeaker(), 200);
|
||||
}
|
Reference in New Issue
Block a user