EN4_PRC8/_module/nss/tst_q_rnd.nss

7 lines
99 B
Plaintext
Raw Normal View History

void main()
{
int iRandom;
iRandom = Random(2)+1;
SetLocalInt(OBJECT_SELF,"RandomStep",iRandom);
}