Thread: Html -> GS2
View Single Post
  #1  
Old 12-24-2011, 04:48 AM
Alpho Alpho is offline
Registered User
Alpho's Avatar
Join Date: Dec 2011
Location: California, USA
Posts: 80
Alpho will become famous soon enough
Html -> GS2

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.
Reply With Quote