Create Item and Set Position

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
DeDy
Posts: 132
Joined: Sun Oct 07, 2012 3:41 pm
Location: Brno, Czech Republic

Create Item and Set Position

Post by DeDy »

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
Nightfall: First Contact – http://dedy.euweb.cz/nightfall.html
User avatar
DeDy
Posts: 132
Joined: Sun Oct 07, 2012 3:41 pm
Location: Brno, Czech Republic

Re: Create Item and Set Position

Post by DeDy »

Already known

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
Post Reply