Other General Necro Scripts
Undead drops corpse because you can't carry it…get it to pick the corpse back up automatically.
#REGEX {You command the \w+ to give you the [?:corpse|preservation]} {}
#COND {The \w+ drops a [?:corpse|preservation]} {#send {!=get corpse}} {within|param=2|regex}
Set up automatic donations of 25% of your coins whenever you deposit money in the guild ATM.
Paste this script into the Room Properties -> Room Script tab in your guild map for the ATM room.
#ALIAS deposit {
#SEND {!deposit %abs( %1 * 0.75)}
#SEND {!donate %abs( %1 * 0.25)}
}





