objects arent spawning items ?

jonsilva

New member
hello

i have a level with a z of
z          220 410 390



iam spawning object in the level with items

spawn  barrel
item    food2
coords  735 360
at      0


but the items arent showing
when the objects are broken

anyone knows why this happens ?


 
thanks for the replys
iam using openBorstats v0.53 with OpenBoR v3.0 Build 3670

ive already found the solution
it also... seems to be the problem i had in other level
when using an enemy with spawn01 to spawn an NPC
and the npc disapearing after spawned...

heres what happened
the level has x220 y410 z390
but in some parts it only uses x300 y410
ive used walls to make the level limits

and the walls had a ((depth)) of 500 more or less
i think this was making the wall appearing below the level
when it reached the level top limit...

ive set the depth to 200 and it works now

----------//---------

i also another thing that is not working !!!
iam making a bonus level
type            1 0 1

in the manual it says 1 for invencibility
but the player keeps dying when hit by enemies

this are level sets
Code:
direction       both
light		0 -30
at		0
type            1 0 1
noreset         1
settime         70
noslow          0
order		a
spawn1  	255 425
spawn2  	145 130
spawn3  	185 130

cameratype      1
cameraoffset    0 -120

anyone knows how to set the invencibility in
the bonus level ???











 
Back
Top Bottom