#Group aura_env

14 messages · Page 1 of 1 (latest)

true aurora
#

Trying to understand the scope of aura_env, am I able to access the aura_env of other auras in a group? Or perhaps have the parent access all children aura_envs. Currently wanting to share saved data between multiple auras and was wondering if its possible, or if there is another route I should be taking thanks!

astral oak
#

Assuming this is a dynamic group: aura_env.child_envs

true aurora
#

Maybe my group structure will help show what I want to do. So the Sale notification weakaura triggers when someone in trade if looking for something I can craft and it stores the players message and name in aura_env. Is there anyway I can access those values from the further nested profession weakauras?

lapis stag
#

!scanevents

lapis stag
#

Pass it around with that and a custom trigger that reacts to that event

#

Also look into these warning signs maybe

true aurora
#

Ah this looks promising, thanks! I'll give it a go

#

The warnings are from using SecureActionButtonTemplate 😅

lapis stag
#

!clickable

covert drumBOT
#

See this message #pins message for details on the perils of trying to make Auras clickable

lapis stag
#

Since this is for selling stuff, it's all out of combat right?

#

Use InsecureActionButtonTemplate

#

In that case