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