hello
is there a way to take away control from the players and make them walk to a certain coordinate during the level or in an endlevel boss ?
ive see this in 3 games at least that use this
world heroes before you fight zeus
gijoe in the second level (2d level)
and GAremake
iam trying to figure it out how it works on GAremake
but so far there seems to be only 1 script in the level (levelscript data/levels2/castle/lvinit.c)
lvinit.c.txt
is there a way to take away control from the players and make them walk to a certain coordinate during the level or in an endlevel boss ?
ive see this in 3 games at least that use this
world heroes before you fight zeus
gijoe in the second level (2d level)
and GAremake
iam trying to figure it out how it works on GAremake
but so far there seems to be only 1 script in the level (levelscript data/levels2/castle/lvinit.c)
lvinit.c.txt
void main()
{
setglobalvar("levelminz", 224);
setglobalvar("levelmaxz", 360);
setglobalvar("bbdelay", 40);
setglobalvar("countdown", 80);
setglobalvar("cstring", NULL());
}