13 lines
481 B
Plaintext
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");
|
||
|
}
|