Reply to Re: cutscene with several monsters
If you don't have an account, just leave the password field blank.
1) Create them off-screen with coordinates greater than the boundaries of the screen (I think it's 400x602 or something, so 500 and 1000 would work if those are the limits). Then just use a move_stop(&monster, direction, coordinates);
2) Ah, a typo. Don't use script(&monster1, "monster"); use sp_script(&monster1, "monster"); The sp_ is important.
2) Ah, a typo. Don't use script(&monster1, "monster"); use sp_script(&monster1, "monster"); The sp_ is important.






