Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
8
trunk/scripts/tfshad_givetoken.nss
Normal file
8
trunk/scripts/tfshad_givetoken.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, TakeGoldFromCreature(10000, oPC, TRUE));
|
||||
CreateItemOnObject("shadowwalkerstok", oPC);
|
||||
SetLocalInt(oPC, "PRC_PrereqTelflam", 0);
|
||||
}
|
||||
Reference in New Issue
Block a user