ID:261812
 
this is should make a status bar, like the one on Raekwons game that says 'Zeta productions presents Dragonball Zeta' above the ALT button in dream seeker.(i don't know what you call that area.

obj/statusmsg


The error is 'missing left-hand argument to <.'

Some help please?

I dont quite know what your trying to do there(I dont know any html which is what i think your trying to do) but you <, > operators arent used like that.

You need to use the command_prompt:

command_prompt (client)
See also:
command_text (client)
Default value:
null (which causes player's mob.name to be displayed)
This is the text displayed next to the command line in Dream Seeker while connected to the game.

Example:
client
command_prompt = "Your command, Oh Master"


so you would do something like this:
client/command_prompt ="'Dragonball: Genkhi Dahma - Evil Guy productions 2003'"
In response to Jotdaniel
thanks alot, that worked, just the way i wanted it to