LoT_PRC8/_module/nss/dm_enhplus7.nss

7 lines
139 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
void main()
{
int iCode = GetLocalInt(OBJECT_SELF,"MODCODE");
int nNew = iCode + 7;
SetLocalInt(OBJECT_SELF,"MODCODE",nNew);
}