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.

Save Scene Values via script
#1
Hi,

I want to create a button in the visualation which will trigger save live values of a scene. For example ;

Name of the Scene : wellcome
Object for the saving values : 40/1/10 (A virtualpoint)

When i change value of 40/1/10 via visualation, an event script located in  40/1/10 will trigger save live values of wellcome scene.

Can you write a script for this example please ?

Regards,
Reply
#2
http://openrb.com/docs/lua.htm#scene.savelive
Code:
scene.savelive('my scene name')
Reply


Forum Jump: