Back in the old days I created a mod that used the following line:
Code: Select all
local areaName = GameData.Player.area.name
Code: Select all
local areaName = GameData.Player.area.name
might be a server packet thingy, since the string for area name is empty;foghladha wrote:Greetings Everyone,
Back in the old days I created a mod that used the following line:
To retrieve the area that the player was standing in. So if I was in Spites Reach it would print Spites Reach. Since loading my old mod up on Return of Reckoning the area.name no longer works. Is there a new property I should be using instead?Code: Select all
local areaName = GameData.Player.area.name
Code: Select all
local areaName = towstring(GetZoneName(GameData.Player.zone))
Users browsing this forum: Amazon [Bot] and 2 guests