Code: Select all
tf = game.player.gui.center.add{type="textfield"}
tf.numeric = true
tf.allow_decimal = true
tf.text = 123.45
tf.select_all()
tf.focus()
Code: Select all
tf = game.player.gui.center.add{type="textfield"}
tf.numeric = true
tf.allow_decimal = true
tf.text = 123.45
tf.select_all()
tf.focus()