I know the tooltip feature is used when you first start out creating a character (ie Paladin, Mage, etc..) and it gives a description of the added bonuses with each class.
But I'm having problems locating the actual tooltip code which calls on this.
I've never seen or used the code for tooltip. Which file(s) is the tooltip code located. I've already found the /script/tooltip.js file but I'm looking for the files that actually use the tooltip
Hi Anman, I found it in the user_newchar.php file but it's odd, there's no code, and it's calls on it but it doesn't specify that it's a tooltip. It looks like a regular call function, here's the code below. It calls on <b>{{classdesc}}</b> but there's no mention it's a tooltip. Any ideas
Edited by Jamin: Quit posting entire files inline.
Edited by Jamin (08/14/0807:27 PM) Edit Reason: Grr.
I think what I'm trying to say is how is it that it knows that it's a tooltip function call in the user_newchar.php with no mention it's a tooltip call. Hope I'm making sense, I'm longwinded sometimes