|
Axe Software Forums
Quest Developer Forum forgotten code
|
Author | Topic: forgotten code |
Gautier UK |
posted 23-04-2003 23:16 BST
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 |
posted 23-04-2003 23:17 BST
oh, and its the player NAME i want, not the actual ID number ;) |
Alex |
posted 24-04-2003 12:14 BST
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 |
posted 24-04-2003 16:32 BST
thanks alot ;) |