MPRUN

From CoffeeMud Wiki
Jump to navigation Jump to search
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Player Information=
Basics Info     Commands     Socials     Combat     Groups Character Stats     Races     Classes     Abilities     Expertises     Achievements
World Deities     Areas     Property     Quests     Clans     Triumphs Items Items     Crafting     Ships
=CoffeeMUD Commands=
Account        Character        Combat        Commerce        Communication        Configuration        Items        Movement        Role Play        Sailing Ships       
Special    A       B       C       D       E       F       G       H       I       J       K       L       M        N       O       P       Q       R        S       T        U       V       W       Y
===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

.