#nop #math is used in the place of #var 'cuz it's silent, so no annoying screen #nop spam :) this action stores your current and max hp/mana/moves into some vars #nop for later use.. #action {^%1/%2 hits, %3/%4 mana, and %5/%6 moves.} { #math curhp %1; #math maxhp %2; #math curmn %3; #math maxmn %4; #math curmv %5; #math maxmv %6} #nop And this alias reports our current hp/mana/move with an emote #alias {report} {emote reports: $curhp/$maxhp Hit Points, $curmn/$maxmn Mana Points, $curmv/$maxmv Move Points} #nop the next two aliases allow us to set a target to assist, use by typing setass #nop to the name of the person you'd like to assist, and then all you have to type #nop to assist them in battle is "ass"(without the quotes obviously ;) #alias {setass} {#variable assist %1} #alias {ass} {assist $assist} #nop a basic targetting system, which greatly reduces the amount of typing required #nop in fights :) #alias {targ} {#variable target %1} #alias {tbn} {targ *man*} #alias {torc} {targ *orc*} #alias {ttr} {targ *troll*} #alias {bt} {bash $target} #alias {bst} {backstab $target} #alias {kt} {kill $target} #alias {st} {shoot $target} #nop A quicktell system, just a simple convience :) #nop this sets the name of the person you'd like to be able to quickly send tells #nop to. #alias {qtell} {#variable qtell %1} #nop this sends quicktells, just type tl followed by your message. #alias {tl} {tell $qtell %0}