5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "iRumor", Random(60) + 1);
|
||
|
}
|