Im making some kind of console for my game.
I made a command "display".
In command line Im typing "display PX player.x" it should works like this:
- display (what action do I want)
- PX (just text to display)
- player.x (data, which I want to display)
Im getting "PX player.x", but I wanted "PX 200 (or whatever)".
So, my question is: Is there any way to make what I want?