was talking about this part in the code:
<description trim="y">
<![CDATA[
Just use the command predict to take a guess at the next hour of double
]]>
</description>
that way i can just call the function to display it, i ended up making a function:
function HadarHelp()
ColourNote("#159FE5","","+---------------------------------","Green","","[","Cyan","","D","Teal","","ouble ","Cyan","","P","Teal","","redictor","Green","","]","#159FE5","","---------------------------------+")
ColourNote("#159FE5","","|"..string.format("%84s"," ").."|")
ColourNote("#159FE5","","|","#E55B15","",string.format("%-19s"," Predict <Channel>"),"#159FE5","","-","#F1D566","",string.format("%-64s"," Outputs an estimate to a channel when double might happen"),"#159FE5","","|")
ColourNote("#159FE5","","|"..string.format("%84s"," ").."|")
ColourNote("#159FE5","","+"..string.rep("-",84).."+")
end
I mean if there is an easier way, then ill do it, if not ill just add the function to all my scripts |