Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Getting Player's Name
Getting Player's Name
2000-11-18, 5:07 AM #1
I remember seeing a command that would retrive a players name. I can't find that command anymore. Does anyone know?

------------------
"Jedi Masters don't wear togas."
"Jedi Masters don't wear togas."
2000-11-18, 6:51 AM #2
Look at the JK Specs. it's at http://www.code-alliance.com/~editors/jediknight/docs/jk_specs/jkspecs.htm

------------------
Keith: "Perhaps there was an age in which people had Knowledge of Magic..."
Keith: "Perhaps there was an age in which people had Knowledge of Magic..."
JK cogs
2000-11-18, 7:49 AM #3
I still can't find it in there.

------------------
"Jedi Masters don't wear togas."
"Jedi Masters don't wear togas."
2000-11-19, 2:02 AM #4
I don't know if this will help you, but this is what I used to output the players name to the screen:

Code:
       	jkStringClear();
       	jkStringConcatPlayerName("%s", player);
       	jkStringConcatAsciiString("%s", " has entered the healing sector!");
       	jkStringOutput(player, -1);
	status=1;

	Return;


------------------
-----------------
mohh

"Seen it all, done it all, can't remember most of it."

mohh

"Seen it all, done it all, can't remember most of it."
2000-11-19, 6:54 AM #5
I think I can work with that, thanks.

------------------
"Jedi Masters don't wear togas."
"Jedi Masters don't wear togas."

↑ Up to the top!