Login:    

useradd
more /root/Bugs/global vs globalvar.thread
2009-06-09 03:01:09hans
i converted a gmk to gm6
but it doesn't run properly
an error because of globalvar.

there is no globalvar in gm6!

the line was:
globalvar var1,var2,var3

var2=bla.....

i rewrote every variable to global.var, then it worked, so please fix for future use :)

otherwise great tool! thanks
2009-06-09 03:23:30IsmAvatar
The scope of LGM's file conversion is only intended to convert the file format, not your code. You, as a user, are responsible for making your own code work. We are only responsible for making your game able to be opened in GM, not run.

This is intended behavior (or the lack thereof), and thus, it is not a bug. If you truly wish for this behavior, you may most certainly create a plugin for the purpose, and we would welcome it.