Hi !
I feel stupid, i try to follow the doc https://yal.cc/r/17/gmlive/ but ... this is not working, i'm noob, so there is 99% the error come from me ^^.
If someone can help me to configure that correctly .. :)
When i made a change in my room editor, the update is send to the console "Updated rmWorldTest" but my room keep the same.
I think it's https://yal.cc/r/17/gmlive/#live_room_updated that I did not understand well,
i've put this :
live_room_updated = scr_room_updated(rmWorldTest); (this is the script) ///@arg room room_goto_live(argument0);
in the create event of obj_gmlive, i tried to put in the step event, but the game wont start.
Another thing, i tried some mystic manipulation (haha) and if i do this : (still in the create event of obj_gmlive)
live_room_updated = scr_room_updated;
i have a BUNCH a error in output window, BUT, when i make change in the room editor, it's updated in the game, but all game is like, freezing.
[live][13:59:25] Runtime error: oCamera:Step_0[L7,c8] `100024` (oCamera) does not have a variable `mode` [live][13:59:25] Runtime error: oCamera:Step_0[L7,c8] `100035` (oCamera) does not have a variable `mode` [live][13:59:25] Runtime error: oPlayer:Step_0[L20,c9] `100025` (oPlayer) does not have a variable `wlkspd` [live][13:59:25] Runtime error: oGameManager:Step_0[L10,c4] `100023` (oGameManager) does not have a variable `older` [live][13:59:25] Runtime error: oGameManager:Step_0[L10,c4] `100034` (oGameManager) does not have a variable `older` [live][13:59:25] Runtime error: oCamera:Step_0[L7,c8] `100024` (oCamera) does not have a variable `mode` [live][13:59:25] Runtime error: oCamera:Step_0[L7,c8] `100035` (oCamera) does not have a variable `mode` [live][13:59:25] Runtime error: oPlayer:Step_0[L20,c9] `100025` (oPlayer) does not have a variable `wlkspd`
thanks for reading !