7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
void main()
|
|
{
|
|
int iRandom;
|
|
iRandom = Random(2)+1;
|
|
SetLocalInt(OBJECT_SELF,"RandomStep",iRandom);
|
|
}
|