Daniel99j
Member
Hi guys!
I have a problem with respawn players after dead, on my stage is characters walk down and circumvent a building, but when they dies, game spawn them on the top of building (offscreen
) ...i try fix it by tutorial from WhiteDragon, but that do nothing... have anybody idea how to fix it?
this is layout of the stage (red dot is position where is player killed, green dot is position where is player respawned)
and this is content of my level .txt
I have a problem with respawn players after dead, on my stage is characters walk down and circumvent a building, but when they dies, game spawn them on the top of building (offscreen
this is layout of the stage (red dot is position where is player killed, green dot is position where is player respawned)
and this is content of my level .txt
Code:
music data/music/dump.bor
background data/bgs/dump/back.gif
bossmusic data/music/victory.bor
panel data/bgs/dump/n01.gif none none
frontpanel data/bgs/dump/front.gif none none
order a
settime 99
noslow 1
wall 0 340 0 0 925 1005 90 999
wall 25 210 0 20 305 285 40 999
wall 565 190 0 20 415 395 30 999
wall 1182 285 -162 -20 710 710 150 999
levelscript @script
void main() {
changelevelproperty("camerazoffset", -100);
clearglobalvar();
}
@end_script
loadingbg data/bgs/loading.gif 50 255 200 -20 -20 0
#-----------------