MPRUN(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    
===MPRUN===
Usage: MPRUN ("USER":"PASS") "SCRIPT"
Examples: mprun once_prog;mpecho hello!;~;

mprun load=mine.script

mprun archons:password once_prog;mpecho hello!;~;

Shorts:
Description: Runs the given script as per the Scriptable behavor. Since Scriptable scripts are event-triggered, any commands executed must be in a ONCE_PROG trigger (or perhaps a RAND_PROG).

For use as part of automated testing, MPRUN can also be executed by unauthorized users so long as they know the username and password of an authorized user. Any failed attempts to use this command will cause the user to be marked as unable to use this command for two minutes.

Notes

.