PlayerMessage Messages 5.1 OC bool int player Number of the player for whom to display the message. string message Message to be displayed ... Additional message formatting parameters. Also see Format. Displays a message in the viewport of the specified player. Message formatting is done accoring to Message. var cursor=GetCursor(0); cursor->PlayerMessage(0, "Hello, I am %s!", GetName(cursor)); Tells the name of the selected clonk to the owner of the clonk only. Message CustomMessage Sven22002-08