Name: Anonymous 2008-01-06 14:23
Anyone any good with how to access a map in C++? Any simple tips or pointers to decent websites for help would ace.
sub loop_inscription()
repeat
repeat
restock()
wait(1000)
inscribe()
wait(1000)
unloadscrolls()
wait(750)
until uo.mana < 50 || uo.dead()
meditate()
until uo.dead()
end sub