12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
do
|
|
local MythosAreaApi = {}
|
|
local MYTHOS_AREA_GUID = "9f334f"
|
|
|
|
-- returns the chaos token metadata (if provided through scenario reference card)
|
|
MythosAreaApi.returnTokenData = function()
|
|
return getObjectFromGUID("9f334f").call("returnTokenData")
|
|
end
|
|
|
|
return MythosAreaApi
|
|
end
|