Thread: oprogs
View Single Post
Old 08-05-2002, 04:34 PM   #6
Thathalum
New Member
 
Join Date: Jul 2002
Home MUD: Unicorn Valley
Posts: 4
Thathalum is on a distinguished road
It depends on *when* you want the object prog to trigger.
Ultimately you would use mpoload to load the second object.

Using an exam trigger here's what you would do to put a second object inside the first one (i.e. a coin inside a box)

opedit box add exa 100
mpoload coin 2 (or use the vnum then level)
put coin box

I have a similar prog on a box that works fine...the only problem with exam progs is that the players can trip them multiple times, thus getting 1000s of the item in question...
Thathalum is offline   Reply With Quote