HoS_PRC8/_mod/_module/nss/q_bounty_reset.nss

13 lines
481 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
////////////////////////////////////////////////////////////////////////////////
// q_bounty_reset - This will reset the single script system for testing for
// quest availability.
//------------------------------------------------------------------------------
// By Deva B. Winblood. October, 4th 2008
////////////////////////////////////////////////////////////////////////////////
void main()
{
object oPC=GetPCSpeaker();
DeleteLocalInt(oPC,"nBountyQuestRunner");
}