Find a player

 

if you need to find a player from a number you can use the script nagle.scr found in global.

 

exec with a id from console or whatever and will return the player

returns nil if not found

 

For example

 

local.player = waitexec global/nagle.scr 1

 

local.player stufftext "echo i am player ID 1"