#data problem

1 messages · Page 1 of 1 (latest)

queen scaffold
#

when I click on the profile button I receive this error
why?

coral kayak
#

The data object for the event gets deleted immediately after the event runs- as the form response happens later (after the event has ran) it gets removed from the form response. You need to define variables ahead of time to use them in the form.

queen scaffold
queen scaffold
livid haven
#

send the full code

#

@queen scaffold

#

I think "data" doesn't exist

queen scaffold
queen scaffold
livid haven
#

data.sender doesn't exist

queen scaffold
#

ok but what should we put then

livid haven
#

player

queen scaffold
#

just

#

OK, I understand thanks you

livid haven
#

tell me if it works

queen scaffold
#

yes it works

livid haven
#

nice

queen scaffold
#

thanks you

#

just i have other problem in code

#

when i click on faction button it doesn't open menu why?

#

would you be able to tell me why

livid haven
#

Im guessing that the Nano Cubes form is what is opening instead of factions

queen scaffold
#

I deleted the second form but nothing opens

livid haven
#

I recommend separating the different forms into independant functions outside the event so you can call them "recursively" at any time