function onCreated() { temp.testA = 0; temp.myTest = "|hia"; testA = "lol"; this.onTest(); scheduleevent(3, "Test", ""); } function onTest() { echo(temp.myTest); echo(testA); }