HoS_PRC8/_mod/_module/nss/cv_rh_take1gold.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

14 lines
408 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName cv_rh_take1gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/13/2008 1:24:51 AM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(1, GetPCSpeaker(), FALSE);
}