TheHordeOrcs_PRC8/_module/nss/signupexp.nss

14 lines
443 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: 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);
}