[Crossfire-wiki] [Crossfire DokuWiki] page added:	user:eadmund:scripts:altar-pray
    no-reply_wiki at metalforge.org 
    no-reply_wiki at metalforge.org
       
    Sat Aug 25 11:59:37 CDT 2007
    
    
  
A page in your DokuWiki was added or changed. Here are the details:
Date        : 2007/08/25 11:59
User        : eadmund
Edit Summary: created
====== altar-pray ======
Pray 600 times; this makes uncursing an item a little bit more convenient.
A port of [[user:mhoram:scripts:altar_pray]] to Python.
====== Code ======
<code python>
#!/usr/bin/python
from crossfire import *
for i in range(1,600):
    issue('use_skill praying')
draw(3, 'Done praying')
</code>
IP-Address  : 66.7.168.156
Old Revision: none
New Revision: http://wiki.metalforge.net/doku.php/user:eadmund:scripts:altar-pray
-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
    
    
More information about the crossfire-wiki
mailing list