Hi,

What is the max length of action names that can be asigned through WED? I made some test and I think it is 19 (Why 19? why not 20 or 32?). If exceding 19 chars, they are not called (They appear in action list but not get called when level is loaded). I see that in the wmb format, there is a

Code:
char  action[33];

. So It is quite strange.

PS : I see that in WMB_OLD_ENTITY (internal file formats), there is a
Code:
char  action[20];

. Does Med create OLD entities? Or am I missing something?

Ver : A8 Pro 8.40

Test file available here

Thanks in advance.

Last edited by 3dgs_snake; 10/11/12 14:16. Reason: Added test file