ID:154965
 
Is there any way to reduce an entire section of codings tabs, I know how to increase, just not decease.

If you don't understand what I mean let me explain.
mob
Player
Stat()
statpanel("Status")
usr.Gold=round(usr.Gold)
usr.TotalGoldEver=round(usr.TotalGoldEver)
usr.TotalExpEver=round(usr.TotalExpEver)
usr.suffix="<font color=blue>Level [AddCommas(usr.Level)] [usr.Class]\nHP: [AddCommas(usr.HP)]/[AddCommas(usr.HPMAX)]\nSP: [AddCommas(usr.SP)]/[AddCommas(usr.SPMAX)]"
if(usr.client.statpanel=="Status")
stat(usr)
if(Gender=="male")
stat("Gender:","\icon[maleshow]")
else
stat("Gender:","\icon[femaleshow]")
if(usr.AddedPower==0)
stat("Power:","[AddCommas(usr.Power)]")
else
stat("Power:","[AddCommas(usr.Power)]([usr.AddedPower])")
if(usr.AddedGuard==0)
stat("Guard:","[AddCommas(usr.Guard)]")
else
stat("Guard:","[AddCommas(usr.Guard)]([usr.AddedGuard])")
if(usr.Level>=999999999)
stat("Experience:","[AddCommas(usr.Exp)]")
else
stat("Experience:","[AddCommas(usr.Exp)]/[AddCommas(usr.ExpMax)]")
stat("Gold:","[AddCommas(usr.Gold)]")
stat("Experience:","[AddCommas(usr.TotalExpEver)]")
stat("Class Count:","[usr.Classcount]")



mob
Player
Stat()
statpanel("Status")
usr.Gold=round(usr.Gold)
usr.TotalGoldEver=round(usr.TotalGoldEver)
usr.TotalExpEver=round(usr.TotalExpEver)
usr.suffix="<font color=blue>Level [AddCommas(usr.Level)] [usr.Class]\nHP: [AddCommas(usr.HP)]/[AddCommas(usr.HPMAX)]\nSP: [AddCommas(usr.SP)]/[AddCommas(usr.SPMAX)]"
if(usr.client.statpanel=="Status")
stat(usr)
if(Gender=="male")
stat("Gender:","\icon[maleshow]")
else
stat("Gender:","\icon[femaleshow]")
if(usr.AddedPower==0)
stat("Power:","[AddCommas(usr.Power)]")
else
stat("Power:","[AddCommas(usr.Power)]([usr.AddedPower])")
if(usr.AddedGuard==0)
stat("Guard:","[AddCommas(usr.Guard)]")
else
stat("Guard:","[AddCommas(usr.Guard)]([usr.AddedGuard])")
if(usr.Level>=999999999)
stat("Experience:","[AddCommas(usr.Exp)]")
else
stat("Experience:","[AddCommas(usr.Exp)]/[AddCommas(usr.ExpMax)]")
stat("Gold:","[AddCommas(usr.Gold)]")
stat("Experience:","[AddCommas(usr.TotalExpEver)]")
stat("Class Count:","[usr.Classcount]")


Now, let's say I opened the coding, and see this. Instead of going through, and deleting every single tab to make it all fit, is there a shorcut, like CTRL+TAB+DELETE?
shift+tab
In response to Calus CoRPS
Thank you
Highlight the code and press Shift+Tab.

EDIT: My bad, didn't see that Calus responded.
In response to Albro1
thanks anyways lol