HoS_PRC8/_mod/_module/nss/npcact_cms_can10.nss

10 lines
201 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// npcact_cms_can10
void main()
{
int nAmount=-10000;
object oPC=GetPCSpeaker();
int nS=GetLocalInt(oPC,"nCMSSelection");
nS=nS+nAmount;
SetLocalInt(oPC,"nCMSSelection",nS);
}