#AutoCommand() fontsize(30) ************************************ done! = 0 while ( done! == 0 ) { Clear Bitmap("FuseShop.jpg") #Text(3,4.5, "Wind Pendant") #Text(3,6, "Golden Amulet") #Text(3,7.5, "Oak Log") #Text(3,9, "Forest Armor") #Text(3,10.5, "Bimetallic Blade") #Text(3,12, "Moon Mask") #Text(5, 14.5, "2") #Text(7.5, 14.5, "2") cMap! = CreateCursorMap() CursorMapAdd( 55, 117, cMap! ) CursorMapAdd( 55, 163, cMap! ) CursorMapAdd( 55, 209, cMap! ) CursorMapAdd( 55, 254, cMap! ) CursorMapAdd( 55, 300, cMap! ) CursorMapAdd( 55, 345, cMap! ) CursorMapAdd( 66, 424, cMap! ) CursorMapAdd( 265, 424, cMap! ) CursorMapAdd( 430, 400, cMap! ) res! = CursorMapRun( cMap! ) KillCursorMap( cMap! ) if ( res! == 0 ) { item! = 7 run("MakeItem.prg") } if ( res! == 1 ) { item! = 8 run("MakeItem.prg") } if ( res! == 2 ) { item! = 9 run("MakeItem.prg") } if ( res! == 3 ) { item! = 10 run("MakeItem.prg") } if ( res! == 4 ) { item! = 11 run("MakeItem.prg") } if ( res! == 5 ) { item! = 12 run("MakeItem.prg") } if ( res! == 6 ) { #Run("FuseShop.prg") } if ( res! == 7 ) { } if ( res! == 8 ) { done! = 1 end } } end