Author Topic: My RPG Script has a problem.  (Read 932 times)

First at all I don't get why it won't work.
At second I don't know how to set
the Level infront of your name,
like the %client.player.setshapename("[%client.level] SPC %client.name]");

If you can fix this, you're the best :D

Please Explain more. What do you want, The level infront of the name?

First at all I don't get why it won't work.
At second I don't know how to set
the Level infront of your name,
like the %client.player.setshapename("[%client.level] SPC %client.name]");

If you can fix this, you're the best :D

Right Form:

%client.player.setshapename("["@%client.level@"]" SPC %client.name@"");

Example:

[50] Runeth

%client.player.setshapename("["@%client.level@"]" SPC %client.name@"");
No need to put "" at the end.

%client.player.setShapeName("["@%client.level@"]" SPC %client.name);

I tried :P. Thanks for the tip Falcon.

Yeah, yours works fine. Just pointing out a pointless bit.

Apparently you've come a long way in scripting  :cookieMonster:

Even though that was probably sarcastic, I am releasing a really useful mod in the next week.