Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv17091
Added Files:
ore.py
Log Message:
I'll finish this when I get the chance,
or someone can beat me to it :P Just wanted
to add it so I don't forget.
--- NEW FILE: ore.py ---
# I'll work on this later, this will be for smelting ore into ingots.
# This will need to be mining skill based, same ratio as mining
# for success. - Dreoth
import wolfpack
def onUse( char, ore ):
char.socket.sysmessage( 'Smelt Test' )
|