I've been a big fan Fragmotion for many years, it does animation, modelling, texturing, scripting and it's import/export options are focused on game models. It's pretty cheap too.
http://www.fragmosoft.com
http://www.fragmosoft.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Your quite correct, thank you for pointing that out.
error : command not inside function or sub" error. This could be removed simple by moving the test routine to a function but I think "extern" is the way to go.
LOCAL l%
INLINE
l%=xfoo;
ENDINLINE
DEBUG l%INLINE
int xfoo;
ENDINLINE
FUNCTION test%:
INLINE
xfoo=27;
ENDINLINE
ENDFUNCTIONC:\Users\Dad\AppData\Local\Temp\glbasic\gpc_temp0.cpp: In function `int __GLBASIC__::__MainGameSub_()':
C:\Users\Dad\AppData\Local\Temp\glbasic\gpc_temp0.cpp:58: error: `xfoo' was not declared in this scope