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 MenuLOCAL l%
INLINE
l%=xfoo;
ENDINLINE
DEBUG l%
INLINE
int xfoo;
ENDINLINE
FUNCTION test%:
INLINE
xfoo=27;
ENDINLINE
ENDFUNCTION
C:\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