HoS_PRC8/_mod/_module/nss/q_bounty_set.nss

13 lines
419 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
////////////////////////////////////////////////////////////////////////////////
// q_bounty_set - Set Guard Commander Bounty
// By Deva B. Winblood. September, 30th, 2008
////////////////////////////////////////////////////////////////////////////////
void main()
{
object oPC=GetPCSpeaker();
int nParm=GetLocalInt(oPC,"nParm");
DeleteLocalInt(oPC,"nParm");
SetLocalInt(oPC,"nBountyQuest",nParm);
}