Aantioch_Infernum/_module/nss/wet_farm_give_gp.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
394 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName wet_farm_give_gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 21/11/2003 20:05:44
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some gold
GiveGoldToCreature(GetPCSpeaker(), 150);
}