#W# Inn Room work.

This commit is contained in:
WarrentyExpired 2026-08-23 14:08:39 -04:00
parent 7104f56ebf
commit c43e016662
7 changed files with 487 additions and 22 deletions

View file

@ -79,14 +79,15 @@ namespace Server.Scripts.Commands
public static void DoDecorate( Mobile m )
{
m.SendMessage( "Generating World Decorations, Signs & Teleporters..." );
m.SendMessage( "Generating World Decorations, Signs & Teleporters, Inn Room Doors..." );
Console.WriteLine( "Decorating the world...");
CommandSystem.Handle(m, String.Format("{0}Decorate", CommandSystem.Prefix));
CommandSystem.Handle(m, String.Format("{0}SignGen", CommandSystem.Prefix));
CommandSystem.Handle(m, String.Format("{0}TelGen", CommandSystem.Prefix));
CommandSystem.Handle(m, String.Format("{0}InnGen", CommandSystem.Prefix));
m.SendMessage( "Decorations, Signs, and Teleporters generated!" );
m.SendMessage( "Decorations, Signs, Inn Room Doors, and Teleporters generated!" );
}
public static void DoSpawns( Mobile m )