I get an event from the server in the script only stack, and I want to update a field in the currently active card.
basically this happens as a result of async load URL <> with message "GameEvent"
then in GameEvent I want to update the player name, I know the card name, I know the label's name, i tried:
Code: Select all
set text of field "player1name" to pname
Code: Select all
set text of field "player1name" of card "declare" to pname
<< I wanted to put an image - but it seems I can'tstack "GuiController": execution error at line 58 (Chunk: can't find card), char 17

of course this isn't the stack the card "declare" is included in.
do I need to use the card in a special way from the stack ?