Further file organization
Further file organization
This commit is contained in:
8
nwn/nwnprc/trunk/scripts/tfshad_givetoken.nss
Normal file
8
nwn/nwnprc/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