Alangara_PRC8/_module/nss/ke_gettoken2.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

15 lines
151 B
Plaintext

#include "NW_i0_Plot"
void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(15000, oPC, TRUE));
}