6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "index", 0);
|
||
|
BeginConversation();
|
||
|
}
|