This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

use scene.savelive
#1
Hi, how i can use scene.savelive for give the possibility to the user to change a scene.

I have already try to use scene.savelive in a script but dosen't work.
Reply
#2
Hi. You need to create scene, then add objects which are controlled by scene. Then create one binary object save.savelive the values of scene objects, do not forget to add quotes to name of scene, like if you have scene named - example_scene, then the script of binary object will be scene.savelive('example_scene')

Code:
  scene.savelive('example_scene')
Reply


Forum Jump: