#TRIGGER {By what name do you wish to be known?} {#var charged 0;#var clumsycharge 0;#var totalcharge 0;#var totalstabs 0;#var stabland 0;#var stabclumsy 0;#var missbash 0;#var totalbash 0;#var landbash 0;#ECho totalchargecount set on @totalcharge.;#echo clumsycharge set at @clumsycharge.;#echo charged set at @charged.;#echo stabland set at @stabland;#echo stabclumsy set at @stabclumsy;#echo totalstabs set at @totalstabs;#echo landbash set at @landbash;#echo totalbash set at @totalbash;#echo missbash set at @missbash}
#Class {Clumsylog}
#var missbash {0}
#var landbash {0}
#var totalbash {0}
#var stabpercentage {0}
#TRIGGER {Your bash at %1 sprawling!} {#MATH landbash @landbash+1;#math totalbash @landbash+@missbash;#math bashpercentage (@landbash*100 / @totalbash);#Echo This session you've landed @landbash out of @totalbash bashes (@bashpercentage~% landed)}
#TRIGGER {As %1 your bash, you topple over and fall to the ground!} {#math missbash @missbash+1;#math totalbash @landbash+@missbash;#math bashpercentage (@landbash*100 / @totalbash);#Echo This session you've missed @missbash out of @totalbash bashes (@bashpercentage~% landed)}
#class 0
someone that plays my mud made this script for checkin out %s on landing certain things like stabs/charges/bashes. was wondering if anyone could convert this zmud script (i think) to work with mushclient?
#Class {Clumsylog}
#var missbash {0}
#var landbash {0}
#var totalbash {0}
#var stabpercentage {0}
#TRIGGER {Your bash at %1 sprawling!} {#MATH landbash @landbash+1;#math totalbash @landbash+@missbash;#math bashpercentage (@landbash*100 / @totalbash);#Echo This session you've landed @landbash out of @totalbash bashes (@bashpercentage~% landed)}
#TRIGGER {As %1 your bash, you topple over and fall to the ground!} {#math missbash @missbash+1;#math totalbash @landbash+@missbash;#math bashpercentage (@landbash*100 / @totalbash);#Echo This session you've missed @missbash out of @totalbash bashes (@bashpercentage~% landed)}
#class 0
someone that plays my mud made this script for checkin out %s on landing certain things like stabs/charges/bashes. was wondering if anyone could convert this zmud script (i think) to work with mushclient?