[Rule] Allow GMs to silently summon (#3910)

* [Rule] Allow GMs to silently summon

Disable to silently summon players with #summon.

Converted SummonPC to a MessageString

* Implementing an automatic detection of gm hidden mode and silent summoning.
This commit is contained in:
Fryguy
2024-01-08 23:28:50 -05:00
committed by GitHub
parent e6dc980315
commit 98928aee74
4 changed files with 18 additions and 9 deletions
+2
View File
@@ -11974,6 +11974,8 @@ std::string GetZoneModeString(ZoneMode mode)
return "ZoneToSafeCoords";
case GMSummon:
return "GMSummon";
case GMHiddenSummon:
return "GMHiddenSummon";
case ZoneToBindPoint:
return "ZoneToBindPoint";
case ZoneSolicited: