JCONSOLE(Builder)

From CoffeeMud Wiki
Jump to navigation Jump to search
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Builder Information=
Basics Praetor     Player Support     Commands     Zapper Masks Advanced Races     Classes     Abilities     Socials     Scripting    
Building Behaviors     Properties     Areas     Rooms     Exits     Items     Mobs Systems Achievements     Crafting     Help Info     Ships     Planes of Existence     Quests     Triumphs    
===JCONSOLE===
Usage: JCONSOLE "TOPICNAME"
Examples: jconsole ([statement])
Shorts:
Description: When entered with a statement, this command will execute the single javascript statement and exit. When entered alone, it will enter a console where the user can enter as many javascript statements as they want, and the system will even remember any variables or functions they've defined later one (does NOT survive reboots!). All the Scriptable/MOBPROG commands and functions are also available, though the commands and functions must be entered in ALL UPPERCASE, and commands must have their parameters separated by commas instead of spaces, be put into quotes, and surrounded by parenthesis like javascript function calls. Lastly, for entering multi-line data, you can enter multi line mode by entering ( by itself, and exiting by entering ) by itself.

Notes

.