As you can probably tell with the past few posts I've made, I blow at GScript, but, o-well I'll learn soon enough. I've was just curious as to how to make a targeting system. To obtain the target you could just click on them. It'd be nice to have it so that it would show this script:
Quote:
showtext 201,32,64,Arial,b,Health: #s(clientr.player_hp)/#s(clientr.player_maxhp);
showtext 202,32,80,Arial,b,Mana: #s(clientr.player_mp)/#s(clientr.player_maxmp);
showtext 203,32,96,Arial,b,Class: #s(clientr.player_type);
|
To show, but instead of it being the users clientr.*, it would be the targets instead.
Any help would be appriciated! ^_^