PRC8/trunk/scripts/tfshad_givetoken.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

8 lines
208 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(10000, oPC, TRUE));
CreateItemOnObject("shadowwalkerstok", oPC);
SetLocalInt(oPC, "PRC_PrereqTelflam", 0);
}