Basically, can I use a function in one event sheet that was created in another.
Event Sheet 1 has function "Move Enemy"
Event Sheet 2 call function "Move Enemy"
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Create an eventsheet called myfunctions.
Now on top of event sheet 1 and 2 include myfunctions
Now you can use "Move Enemy" on either.
Does this save load time at all?
If I had say 50 functions but for one certain level 49 were not needed.
Are functions somehow cached.
reads are instant. The functions will only be used if you call them or you set up some sort of trigger. Includes are standard, and recommended.
Wicked
Thanks for your help