Author Topic: easiest way of finding whenever a player spawns?  (Read 692 times)

i need to edit parts of a player's character but i obviously can't do that if they're still loading and don't have a character. how can you check when a player spawns? (or whats the function for doing so at least)

GameConnection::spawnPlayer

You may also be interested in %client.hasSpawnedOnce which gets set to 1 when they first spawn.