Code:
/*
Please refer to readme.html for full Instructions
Text[...]=[title,text]
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/
var FiltersEnabled = 1 // If your Not going To use transitions Or filters In any of the tips Set this To 0
Text[100]=["Teleport Map","View all of the realm, Teleport if you have the scroll"]
Style[0]=["white","#FF9000","#FF9000","#242424","","","","","","","","","","",100,"",2,2,10,10,51,0.5,75,"simple","gray"]
applyCssFilter()
As you can see the tooltip called is static. I don't know if it could be made dynamic within this file, but another one could easily be referenced from the first bit of code. I don't know how much HTML can be put in the text, but it does recognize <br />
Bookmarks