spawn my player.

How do I control where my player spawns when I hit the “play” button?
Is it a script? If so can you send me to it.

if (playerenters){
  playerx = 20;//can be any number between 0-64
  playery = 50;//can be any number between 0-64
}

???

It’s “hard” actually… I scripted some spawning scripts for Armonston last year and they were buggy half of the time… when they worked it was the level the player spawned in that was buggy. There should be some kind of hack scripted in the server engine to help this work.