| [11-06 22:49] | [Chat] | Icewolfz: you only need to change 1 thing |
| [11-06 22:49] | [Chat] | Icewolfz: just remove the ' in the client.sendcommand |
| [11-06 22:49] | [Chat] | Icewolfz: then you cn asdo rs [text] |
| [11-06 22:49] | [Chat] | Icewolfz: and that will be sent to the mud as rainow |
| [11-06 22:49] | [Chat] | Icewolfz: eg just craft then do rs [text] and it will be sent to the crafting system |
| [11-06 22:49] | [Chat] | Icewolfz: just have to remove the ' |
| [11-06 22:50] | [Chat] | Icewolfz: reomivn ghe ' will send it as is while leaving the ' will make it a say |
| [11-06 22:50] | [Chat] | Icewolfz: its hte very last line in the code box |
| [11-06 22:50] | [Chat] | Icewolfz: so even if 'technal' just copy paste as an alias in the web client and pick scripting as the type |
| [11-06 22:51] | [Chat] | Icewolfz: even says i inthe small blurb at hte top |
| [11-06 22:51] | [Chat] | Icewolfz: so no need to understand it just copy paste it as an lais, set type as script, and name it |
| [11-06 22:51] | [Chat] | Icewolfz: then you cn do name [text] |
| [11-06 22:51] | [Chat] | Icewolfz: and bma you get rainbow! |
| [11-06 22:51] | [Chat] | Icewolfz: as isaid just need to remove the ' in the last line |
| [11-06 22:52] | [Chat] | Icewolfz: client.sendCommand('''+out+''); changed to client.sendCommand(''+out+''); |
| [11-06 22:52] | [Chat] | Icewolfz: and you got your rainbow text |
| [11-06 22:52] | [Chat] | Icewolfz: now there is a gui way to do it |
| [11-06 22:52] | [Chat] | Icewolfz: granted its a little more work |
| [11-06 22:52] | [Chat] | Icewolfz: you could use hte beta clients advnced editor |
| [11-06 22:52] | [Chat] | Icewolfz: it has a ful color editor |
|
| Back to List |