Exemplo n.º 1
0
 public static void Initialize()
 {
     Commands.Register("Cast", AccessLevels.GM, new CommandEventHandler(Cast_OnCommand));
 }
Exemplo n.º 2
0
 public static void Initialize()
 {
     Commands.Register("Go", AccessLevels.GM, new CommandEventHandler(Go_OnCommand));
     Commands.Register("Locations", AccessLevels.GM, new CommandEventHandler(Locations_OnCommand));
 }
Exemplo n.º 3
0
 public static void Initialize()
 {
     Commands.Register("Inc", AccessLevels.GM, new CommandEventHandler(Inc_OnCommand), TargetType.AnyMobile);
 }
Exemplo n.º 4
0
 public static void Initialize()
 {
     Commands.Register("ToStartLocation", AccessLevels.GM, new CommandEventHandler(ToStartLocation_OnCommand));
 }
Exemplo n.º 5
0
 public static void Initialize()
 {
     Commands.Register("Where", AccessLevels.PlayerLevel, new CommandEventHandler(Where_OnCommand));
 }
Exemplo n.º 6
0
 public static void Initialize()
 {
     Commands.Register("Global", AccessLevels.Admin, new CommandEventHandler(Global_OnCommand));
 }
Exemplo n.º 7
0
 public static void Initialize()
 {
     Commands.Register("Password", AccessLevels.PlayerLevel, new CommandEventHandler(Password_OnCommand));
 }
Exemplo n.º 8
0
 public static void Initialize()
 {
     Commands.Register("ChangeName", AccessLevels.GM, new CommandEventHandler(ChangeName_OnCommand), TargetType.PlayerOnly);
 }
Exemplo n.º 9
0
 public static void Initialize()
 {
     Commands.Register("Learn", AccessLevels.GM, new CommandEventHandler(Learn_OnCommand), TargetType.PlayerOnly);
 }
Exemplo n.º 10
0
 public static void Initialize()
 {
     Commands.Register("Dublicate", AccessLevels.GM, new CommandEventHandler(Dublicate_OnCommand));
 }