Cog Quiz

Week 5 - Quiz

Prev - Exit - Next

Show Answer

Level 1

Is it possible to print out this in JK? (Prints the player name in the bracket).

"Hello (player name)! Welcome to my level."


Level 2

What does each of them do? And how do you use them in cogs?

jkStringClear()
jkStringConcatAsciiString()
jkStringConcatPlayerName()
jkStringConcatUNIString()
jkStringOutPut()


Level 3

Explain how to accomplish the first question.