Using the webclient is it possible using javascript to create a tooltip for in game objects?
Any pointers on where to start would be greatly appreciated.
ID:2069549
![]() Apr 14 2016, 5:58 am
|
|
I think it would be a <div> spawned by javascript's mouse handler, that would read from the div's data tags
Or... you could call a byond.fn.topic() have it output via a tooltip class the interformation as well.. would still have to pass the reference data though might be a bit cleaner...