Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
6
_module/nss/tst_q_rnd.nss
Normal file
6
_module/nss/tst_q_rnd.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
int iRandom;
|
||||
iRandom = Random(2)+1;
|
||||
SetLocalInt(OBJECT_SELF,"RandomStep",iRandom);
|
||||
}
|
||||
Reference in New Issue
Block a user