Hello all of you,
Sorry for the inconvinience, i tried to look through the help file, tutorials and the wiki, but i can't make this function to work, the game launches normally but the character i want to always animate doenst do it. So as a last resort Im going to ask here for help.
Code: ags
So, where i failed?
Thanks
Sorry for the inconvinience, i tried to look through the help file, tutorials and the wiki, but i can't make this function to work, the game launches normally but the character i want to always animate doenst do it. So as a last resort Im going to ask here for help.
function game_start()
{
cChar1.LockView(4);
cChar1.Animate(1, 3, eRepeat, eBlock, eForwards);
cChar1.UnlockView();
}
So, where i failed?
Thanks