LoT_PRC8/_module/nss/ftk_05.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

19 lines
474 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName ftk_05
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/23/2009 1:40:48 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(500, GetPCSpeaker());
// Set the variables
SetLocalInt(GetPCSpeaker(), "findtheking", 200);
}