PWE_PRC8/_module/nss/sc_ref_wag_100.nss

14 lines
416 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_ref_003
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/07/2002 10:29:13 PM
//:://////////////////////////////////////////////
#include "sc_dart_include"
void main()
{
initGame(100);
TakeGoldFromCreature(100, GetPCSpeaker(), TRUE);
}