I figure this is a something simple that I am messing up again. I need to set up a variable to read for a actors x and y position.
I figured this would do it but I just get the number 163 no matter where I move the player. (Also my actor is no place near 163 cord. So I do not know where it get that number from.)
I have this set up in a Draw Actor
PlayersX=Player.xscreen;
textNumber=PlayersX;
and I have PlayersX set up as a variable.