Search found 2 matches

by neonille
Fri Oct 19, 2012 11:02 pm
Forum: Modding
Topic: Recreate level 4 puzzle problems
Replies: 6
Views: 5531

Re: Recreate level 4 puzzle problems

I haven't actually tried this, but maybe it will work - spawn the scroll fully, with x, y, facing, and id: local message = spawn("scroll", 1, 13, 15, 2, "goodScroll1") message:setScrollText("This is an important\nmessage!") scrollAlcove:addItem(message) for the alcove ...
by neonille
Fri Oct 19, 2012 9:59 pm
Forum: Modding
Topic: Recreate level 4 puzzle problems
Replies: 6
Views: 5531

Recreate level 4 puzzle problems

I want to "recreate" the puzzle on level 4, where you have to put a specific scroll in a specific alcove. I also want these scrolls to be found on an alcove or altar. So.. 1. The script from the website only makes it work for any scroll or any dagger as long as it is in the same "item...