Jump to content

[SOLVED] Share variable between system and world


photo

Recommended Posts

Posted

Hi, 

 

I have some trouble for share just a int variable between the script system and the world. Must be easy, but i am blocking ...

Sorry for this question :( ... any suggestion ?

Posted

The following functions can be used for variable sharing:

engine.system.get(name);
engine.system.set(name,value);
engine.world.get(name);
engine.world.set(name,value);
×
×
  • Create New...