#include("system.prg")

#if(forestchestopen!=0)
{
#bold(on)
#mwin(" Obtained 100 GP!")
#mwin(" Obtained Good Sword!")
#mwin(" Obtained 3X Potion!")
#pause()
#bold(off)
#givegp(100)
#giveitem("goodsword.itm")
#giveitem("potion.itm")
#giveitem("potion.itm")
#giveitem("potion.itm")
#mwincls()
#forestchestopen!=1
}

#if(forestchestopen!=1)
{
#mwin(" Empty.")
#pause()
#mwincls()
}
