PoA_PRC8/_module/nss/dm_enhplus3.nss

7 lines
139 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
int iCode = GetLocalInt(OBJECT_SELF,"MODCODE");
int nNew = iCode + 3;
SetLocalInt(OBJECT_SELF,"MODCODE",nNew);
}