6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(0.0f, SetLocalInt(OBJECT_SELF, "iDialogue", Random(10) + 1));
|
|
DelayCommand(0.0f, SetLocalInt(OBJECT_SELF, "iRumor", Random(60) + 1));
|
|
}
|