this probably won't interest anyone who doesnt play on Wintermoon.
#class arena_figs
#tr {~<~> ~=%d~%~= ~(%d~) $} {battleon = 0} "" "prompt"
#tr {~<%s%d~%~> ~=%d~%~= ~(%d~) $} {battleon = 1;#if !@going killloop} "" "prompt"
#tr {^You can enter the arena again.$} {enter}
#tr {^An arena ticked costs 500 gold.$} {u;n;n;n;n;w;n;withdraw 3000 gold;s;e;s;s;s;s;d;enter}
#tr {^You are transported into the arena!$} {d;w;w;n;n;u;c 'lightning breath' @figpartner}
#alias killloop {
going = 1
spell = 2
#TEMP {The white aura around * body vanishes.} {spell = 1}
#while @battleon {
%item({c hellfire|c 'dispel magic'},@spell)
circle
#wait 3000
}
going = 0
spell = 2
}
#class 0
#alias getfigs {#t+ arena_figs}
#alias stop {#t- arena_figs}