2 or more consecutive commands ?

NED

Well-known member
Is this something correct to put 2 or more consecutive commands for the same frame of an animation?

Exemple:

Code:
anim	idle
	loop	1
	offset	96 177
	bbox	67 58 61 122
	delay	6#13
@cmd    clearL
@cmd    degravity 0

	frame	data/chars/mex/idle01.gif
...
...
...

I need to understand
Thanks
 
I thought @cmd tags are limited as 8 per frame, but if it's more than 8, that means we can put more than 8 @cmds per frame, or we stick to just 8?
 
Back
Top Bottom