[wpdev-commits] xmlscripts/scripts figurine.py,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Klaus M. <nad...@us...> - 2004-10-31 22:21:20
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3603/scripts Modified Files: figurine.py Log Message: documented shrink command added a category tag for trashcans Index: figurine.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/figurine.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** figurine.py 29 Oct 2004 16:52:30 -0000 1.5 --- figurine.py 31 Oct 2004 22:21:10 -0000 1.6 *************** *** 119,120 **** --- 119,128 ---- def onLoad(): wolfpack.registercommand('shrink', shrink) + + """ + \command shrink + \description With this command you can shrink a NPC. + \usage - <code>shrink</code> + A figurine will be created at the point you shrinked it. + \notes This command cannot be used on players. + """ |