#How to display an actual % character in a label text?

1 messages · Page 1 of 1 (latest)

marsh fox
#

i wanna show in a string what % of hp the player has remaining.
label.text = "%s%" % [health_percentage]
just doesnt show the actual % character. what do?

#

solution: Use "%s%%"