Is there any way to have an image scripted with html, when clicked, jumps to a gs2 function that is somewhere else in a script?
Example:
PHP Code:
<a href=onTest>Click Here</a>
function onTest() {
player.chat = "It works!";
}
Of course the above wouldn't work, but I think you guys get what I mean.
