So far, I have been able to successfully get the idle frame in and it ran fine. Obviously this isn't enough to make an entertaining hack, since you need the animation in as well.
When I get to the animation I have a little trouble w/ the parsing and/or content related script I've made.
The problem lies between c04 and/or C1A
Standard Attack Code so far:
CODE |
/// - Mode 1 C03 C07 3 p- standing.png 3 p- attackanim.1.png 3 p- attackanim.2.png 5 p- attackanim.3.png 4 p- attackanim.5.png 3 p- attackanim.6.png 3 p- attackanim.7.png c04 C1A C1F 8 p- attackanim.8.png 3 p- attackanim.9.png 5 p- attackanim.10.png 3 p- attackanim.11.png 3 p- attackanim.12.png 3 p- attackanim.13.png 3 p- attackanim.14.png 4 p- attackanim.15.png 16 p- standing.png C01 C06 C0D ~~~ |
When I copy and paste a template in, 'c04' is indeed, 'c04' and not 'C04'. However, everyone else uses 'C04' (capital C)
So I figured it was the problem to why I kept getting parsing errors. In fact, when I changed it to C04, I got a system error. And it wouldn't even tell me what line was wrong.
So leaving it as 'c04', there is a parsing error on line 11, content being, C1A.
I'm kind of lost here, and have fiddled around with as many variation I could. Any and all help is appreciated.
Thanks