HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Loading data into descriptions?

07-11-2009, 06:31 PM#1
Themerion
I've been trying to automatically load a hero's movement speed into its description (uberTip). Can this be done?

The hero's ID is 'H00B', and it is based on Paladin('Hpal'). I've tried <H00B:Hpal,spd>, which stubbornly returns 0.
07-11-2009, 08:50 PM#2
Seshiro
Try out GMSI...it may be anoying, but in the end, it'll save much work :)
http://eeve.org/board/viewtopic.php?f=23&t=1102

Greez
07-12-2009, 02:50 AM#3
Alevice
Quote:
Originally Posted by Themerion
The hero's ID is 'H00B', and it is based on Paladin('Hpal'). I've tried <H00B:Hpal,spd>, which stubbornly returns 0.

Shouldn't it be <H00B,spd> ? I know integers and reals should work fine normally.