Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -04:00

14 lines
444 B
Plaintext

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