Posted by Walker-san 63.17.242.84 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) on March 13, 2000 at 13:12:17:
In Reply to: Chest open for Walker-San posted by Martin on March 13, 2000 at 11:27:30:
alright, thanx...this should do for now.
: Try this :
: 1)Make an item(with no graphic)
: This item runs this program as a multitask
: programm:
: #If(chest1open!=1)
: {
: #Put(1,1,"chestopen.gph")
: #Done()
: }
: And the item who runs the program:
: #GiveItem("item.itm")
: #chest1open!=1
: You place the invisible item (that runs the programm) on the chest board.
: The problem with that method is that you have to do a program for each chest...
: So that's a suggestion for Chris...(item graphic after it has run his program)
: That's all.
: -Martin