
Originally Posted by
Bhaalizmo
I haz an autorezzer script up and running finally. Thanx to Tillmen, Godsatan, Ifor, and half a dozen others that I bugged on ;lnet code channel to get it working. It's working well at this point with no glitches. Please let me know if you run into any issues.
To get rescued / raised on Teras, trust / run the following script to chat to Mofuggah when you die.
no_pause_all
hide_me
no_kill_all
status_tags
while line = get
if ( dead? )
line = get?
fput "'I'm not quite dead yet"
LNet.send_message(h={'to'=>'Mofuggah', 'type'=>'private'}, "Dude, Im dead, you better come rescue me in #{Room.current.id}")
fput "group open"
echo "Help should be on the way, unless he's dead himself or off drinking again"
sleep 120
end
end
Edit: I forgot to mention that these raises include free 100% chrisms to everybody, until I run out. Donations of orb gems accepted, just chat at me when you've got em or give them to Ifor.
Code:
loop{
wait_until{dead?}
LNet.send_message(h={'to'=>'Mofuggah', 'type'=>'private'}, "Dude, Im dead, you better come rescue me in #{Room.current.id}")
while dead?
sleep 60
fput "exp"
end
}