Game Editor discussion boardhttp://game-editor.com/forum/
http://game-editor.com/forum/viewtopic.php?f=2&t=5873
int GlobalVar; // this is a global variable that can be read by each Actorvoid ChangeText(){ strcpy(text, "Hello, World!");}