Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

13 lines
481 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
// 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");
}