hey @adr.bot is there any Method to get current loaded zone name? e.g.:
Engine.LoadZone('123');
// print(Engine.GetCurrentZone) or smth . Should print 123 (zone name)
And if not, is it possible to manually implement such method somehow? Tnanks in advance.