10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
// q_bounty_cancel - Cancel the bounty quest
|
|
// By Deva B. Winblood. September, 30th 2008
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
DeleteLocalInt(GetPCSpeaker(),"nBountyQuest");
|
|
}
|