6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ExecuteScript("prc_onenter", OBJECT_SELF);
|
||
|
ExecuteScript("onentermod", OBJECT_SELF);
|
||
|
}
|