m
Example used GetRealZoneName() instead of GetRealZoneText()
(changed to illustrate difference with instances.) |
m (Example used GetRealZoneName() instead of GetRealZoneText()) |
||
| Line 19: | Line 19: | ||
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory --> | <!-- If it helps, include an example here, though it's not required if the usage is self-explanatory --> | ||
ZoneName = | ZoneName = GetRealZoneText(); | ||
message("Zone:"..ZoneName); | message("Zone:"..ZoneName); | ||