startbattle()
src<<sound(null)
src<<sound('MK3Choose.mid')
src.win=0
src.action = input("What type of action do you want to take?.","Battle",src.action) in list("Attack","Defend","Run","HELP!!!!!")
if(src.action=="Attack")
src.attack=1
src.str-=src.mmdef
src.mmhp-=src.str
----> src<<"[src.battletxt]"
src.str=src.mstr
deathcheck()
if(src.action== "Defend")
src.attack=1
src<<"[monname] saw through your defence."
src.defend=0
deathcheck()
if(usr.action=="Run")
src.run=1
runaway()
if(usr.action=="HELP!!!!!")
src.help=1
deathcheck3()
com23()
if(src.class=="Beat Cop")
src.class="Beat Cop"
src<<"You train as a Cop."
hp=30
mhp=30
str=25
mstr=25
def=20
mdef=20
agi=20
magi=20
end=20
mend=20
kno=15
mkno=15
wis=15
mwis=15
battletxt="You shoot your gun at [monname] for [str] damage."
Problem description: ok i set battletxt for each class, now in battle at the ----> is where it tells you your own battletxt, yet when i join a fight and i attack, it shows a blank line, just dont add the "---->" to the code.
if yall can help me id apreciate it.
VB.
Im guessing this is some what, what you want?
~Grand~