Search found 3 matches
- Mon Jul 22, 2013 1:15 am
- Forum: Modding
- Topic: Hello!! How to check an item position ?
- Replies: 6
- Views: 5114
Re: Hello!! How to check an item position ?
Oh!!! now it works :D thanks for the help guys ^^ EDIT!! more doubts :S For this SPECIAL item, i want a rock with the appearance of the Zhandul orb (meaning, i don't want any stat in it). Im trying to use the cloneObject{ in my dungeon assets, but i use the rock as baseObject and to change the model...
- Sun Jul 21, 2013 10:23 pm
- Forum: Modding
- Topic: Hello!! How to check an item position ?
- Replies: 6
- Views: 5114
Re: Hello!! How to check an item position ?
OOOkey! i've decided to use a counter in combination with a script So, the counter is set at 5, linked to the 4 torches which need to be activated. And then there's the item-thingy. This is what i've written and doesn't work :(: function plataformacounter() for i in entitiesAt(2, 8, 10) do if i.name...
- Sat Jul 20, 2013 9:04 pm
- Forum: Modding
- Topic: Hello!! How to check an item position ?
- Replies: 6
- Views: 5114
Hello!! How to check an item position ?
Hi! im new to this forum :D I've finished Legend of Grimrock twice a year ago, but became interested in the editor just a week ago :) So... i do have a doubt!! I've did some alcove item checking thanks to another thread you have here, like "you put a blue gem here, and the door opens, tadaa!!&q...