/* MOVE SILENTLY. Angel, August 1993. * This function simply toggles the players * stealth flag on and off. */ ms() { this_player() -> toggle_stealth(); return 1; } /* Native Mode Move */ #include <move.h>