Ho, need help set positon item.
function RedGemHead()
red_gem01 = spawn("red_gem")
red_gem01: POSITION (X12, Y5, L5) tile = north
red_gem02 = spawn("red_gem")
red_gem02: POSITION (X12, Y5, L5) tile = north
end
Thanks
Create Item and Set Position
Create Item and Set Position
Nightfall: First Contact – http://dedy.euweb.cz/nightfall.html
Re: Create Item and Set Position
Already known
function RedGemHead()
spawn("red_gem", 5, 12, 5, 0, "red_gem01")
spawn("red_gem", 5, 12, 5, 0, "red_gem02")
end
function RedGemHead()
spawn("red_gem", 5, 12, 5, 0, "red_gem01")
spawn("red_gem", 5, 12, 5, 0, "red_gem02")
end
Nightfall: First Contact – http://dedy.euweb.cz/nightfall.html