Quote:
Originally Posted by DustyPorViva
PHP Code:
setstring this.text,
"Health: #s(clientr.player_hp)/#s(clientr.player_maxhp)",
"Mana: #s(clientr.player_mp)/#s(clientr.player_maxmp)",
"Type: #s(clientr.player_type)",
"#e(0,13,#n)#s(this.nick)",
"Talik: #v(player.rupees)",
"Shield: #v(playershieldpower)",
"Weapons: #s(this.enabweap)",
"Lvl. Type: #s(this.zonetype)";
|
That makes me want to barf ... it makes no sense at all. No offense to anyone personally, it's good that people are learning how to script, but GS1 makes no sense ... quotes in almost EVERY programming language ... even BASIC ... represents a string.