It would be cool to be able to snap to other shapes when dragging.
zeeawk
Creator of
Recent community posts
Any way to make GMEdit prompt before reloading a file with changes? In my case if im using GMEdit, im not using anything else to make changes to the files. If something does, id like to tell GMEdit not to reload changes so I can re-save the current file. I just saw something about enabling version control to help prevent things being overwritten and im going to try doing that however having GMEdit prompt before reloading would really help.
Getting this error message. Any idea why? works fine without GMLive.
[live][5:39:09 PM] Error in menu_navigate:
[live][5:39:09 PM] menu_navigate[L20,c34] Accessor not supported
Code is something like:
/// menu_navigate(_menu)
#args _menu
if (live_call(argument0)) {
return live_result;
}
_menu[? "current_menu_item"] = 1