roncli Wanderer
Joined: 07 Sep 2002 Posts: 63 Location: USA
|
Posted: Wed Aug 11, 2004 11:13 am
Achaea - Offer Corpses |
Class: OfferCorpses
Purpose: Offer up corpses of stuff to your favorite divine!
Usage:
OFFERCORPSES - Very simple script to offer corpses in your inventory to the divine of your choice. If you have a MORE, you will need to run this command again. Remember to drop selfishness before offering.
Code: |
#CLASS {OfferCorpses}
#ALIAS OFFERCORPSES {#var OfferCorpses/OfferCorpses 1;ii corpse;#alarm "doneoffering" +1 {#var OfferCorpses/OfferCorpses 0}}
#VAR OfferCorpses {0}
#TRIGGER {~"(*%w)(%d)~"* the corpse of} {#if (@OfferCorpses/OfferCorpses = 1) {offer %1;#wait 100}}
#CLASS 0
|
|
|