Hello,
I haven't used GameStudio A8 in a long time and already I have a problem.
I created a small test example and assigned the pre-made script "t_player" to the model.

My main.c script looks like this:

///////////////////////////////
#include <acknex.h>
#include <default.c>
#include <mtlFX.c>
///////////////////////////////

#include <t_player.c>
#include <t_enemies.c>
#include <t_weapons.c>
///////////////////////////////

function main()
{

level_load("my_new_game.WMB");
}

If I start the example now, the following happens: The camera simply moves endlessly upwards?

No joystick or gamepad is connected.

Could someone perhaps tell me why this is happening and how I can stop it?

( GameStudio Commercial 8.47 / WED V 6.961 / SED version: 8.10.3 )

Thank you.

Clonman