Alangara_PRC8/_module/nss/ke_gettoken2.nss

15 lines
151 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
#include "NW_i0_Plot"
void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(15000, oPC, TRUE));
}