5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "iDialogue", Random(10) + 1);
|
||
|
}
|