Forums › 💬 NodeCanvas › 🗨️ General Discussion › Level related actions
Hi Gavalakis,
I am in the FSM section of Nodecanvas and
I was looking for some Level related Actions, like “load Level” or “Don’t destroy on load”
Is there something like that already available in FSM/Nodecanvas? or what do you suggest?
thanks in advance!
Hey,
There is no pre-made action for neither of the two, but you can use the “Script Control/Execute Static Function” and select the ‘Application.LoadLevel’ function to execute from there 🙂
You can do pretty much the same for ‘Object.DontDestroyOnLoad’.
Let me know if that works for you.
Thanks
Hi there,
that worked!! and I found some other useful actions that I was missing,
thanks!!