This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
var level= Level.getWorldName(); var levelstring=String(level); function newLevel(){ clientMessage("Welcome to "+levelstring); }
Quote from Aron2hip As you can tell from the title i need help with setting objects to stings var level= Level.getWorldName(); var levelstring=String(level); function newLevel(){ clientMessage("Welcome to "+levelstring); } I tried using the default String function but yet the client message is always "Welcome to null" Please help!
var level= Level.getWorldName(); var levelstring=String(level); function newLevel(){ clientMessage("Welcome to "+levelstring); }I tried using the default String function but yet the client message is always "Welcome to null"
Please help!
never mind it resolved itself lol