Yeah a variable should be easier I think...

Code:
on *:TEXT:!Stop:#channel:{
  if (%bot.status == off) { msg $chan Bot is already stopped. }
  else {
    topic $chan  15,1[14± 0Welcome To #Sharrock, Currently  Running 5on5 IRC Cups, Please Idle And Support #Sharrock  14±15]
    set %bot.status off
    msg $chan 15,1[14± 0The Bot Has Now Been Stopped, All Cups Are Terminated. Please Continue To Idle #sharrock For Further Cups 14±15]
  }
}


on *:TEXT:!Start:#Channel:{
  if (%bot.status == on) { msg $chan Bot has already started. }
  else {
    set %bot.status on
    msg $chan 15,1[14± 0The Cup Bot Has Now Started, Please Type !Commands For A List Of Commands 14±15]
  }
}