View Single Post
08-02-20, 06:50 AM   #3
Lyeeroy
A Defias Bandit
Join Date: Aug 2020
Posts: 2
I saw XML file with:

Code:
		<Scripts>
			<OnLoad> _OnLoad(); </OnLoad>
			<OnEvent> _OnEvent(); </OnEvent>
			<OnUpdate> _OnUpdate(); </OnUpdate>
		</Scripts>
So I thought with these you gotta call them.

That makes more sense now. Thank you

Last edited by Lyeeroy : 08-02-20 at 09:04 AM.
  Reply With Quote