Okay I looked on the website and forum and I can't find anything about Animations they only mention the walking animation. I'm trying to find out how to animate a character when they are standing still in a room. I've tried doing this but it gives me " Failed to save room room1.crm; details below
room1.asc(7): Error (line 7): Parse error: unexpected 'cgammie'"
the code in the room is:
cgammie.LockView(4);
cgammie.Animate(0, 1, 0, eBlock, eBackwards);
cgammie.UnlockView();
I'm not even sure how to do the animations for things in the room. If anyone knows anything or a page to direct me to I'd appreciate it. Thanks.
room1.asc(7): Error (line 7): Parse error: unexpected 'cgammie'"
the code in the room is:
cgammie.LockView(4);
cgammie.Animate(0, 1, 0, eBlock, eBackwards);
cgammie.UnlockView();
I'm not even sure how to do the animations for things in the room. If anyone knows anything or a page to direct me to I'd appreciate it. Thanks.