PWE_PRC8/_module/nss/_ew_100_gold.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
393 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName _ew_100_gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 02.10.2003 08:04:34
//:://////////////////////////////////////////////
void main()
{
// Dem Sprecher etwas Gold geben
GiveGoldToCreature(GetPCSpeaker(), 100);
}