![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: forgotten code |
Gautier UK |
![]() im trying to make it so that when you load the game, it will print the users name. but because the game is coded to be played online only, i need the playerID code, so the msg prints out "Welcome (playerid), to Feudal Online", but i dont know what the playerid code is. |
Gautier UK |
![]() oh, and its the player NAME i want, not the actual ID number ;) |
Alex |
![]() The $name(id or object name)$ function will return the player's name when passed either the player's userID or object name, so use: $name(%userid%)$ to return the player's name. |
Gautier UK |
![]() thanks alot ;) |