[wpdev-commits] xmlscripts/scripts ore.py,NONE,1.1
Brought to you by:
rip,
thiagocorrea
|
From: <dr...@us...> - 2004-01-22 05:48:21
|
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' ) |