Posted by Walker-san 63.17.242.56 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) on March 12, 2000 at 15:21:25:
In Reply to: Simple.... posted by Lance on March 12, 2000 at 15:09:15:
...as I just got done rereading my printed copy of the command reference. It's an older one that came with the original toolkit 2.0 release so it's really disorganized, so I didn't see the command until after I got off the net and all.
Also to Cyrus...you game rocks, and I only played about five minutes worth. Makes me jealous (sniff). oh well, back to programming.
: Say the chest tiel is at 6,6 on the board. Your whole program would be as follows:
: #Include ("system.prg")
: #GiveItem ("item.itm")
: #MWin ("You got an Item!!!")
: #Pause ()
: #MWinCls ()
: #Put (6,6, "chest_open.gph")
: #Done () * The done is important. Without it the chest will revert back to 'closed' form
: That's all.
: -Later o_0
: -Lance