#nop // Written by sqweekette@yahoo.com #nop // Actions to recognise the prompt after level 30 (when you can see #nop // your hp rather than %). #nop // NOTE: It is necessary to either load your max stats in a commando #nop // file each time you run wintin, or type 'score' every time you log #nop // in to DM or tick recognition will not work correctly. #nop #read darkmists-prompt-shared.cmd #action {^<%0hp %1mn %2mv>} {setstats %0 %1 %2; procprompt; proconce} {1} #action {^You have %0/%1 hit, %2/%3 mana, %4/%5 movement.} {setmaxstats %1 %3 %5} {5} #action {^You gain %0/%1 hp, %2/%3 mana, %4/%5 move, and %6/%7 practices.} {setmaxstats %1 %3 %5} {5}