Ok. I'm not very good at explaining things, so I'll try my best...
you know how with all the broadcasting script peice thingies, there's a little arrow, and when you click, a tab comes out that says "new", or a list of words, then "new"? Well, I'm trying to make a virtual pet thing, and I want the player to be able to click a sprite, then to make it so the variables change, then the main "pet" to say something. I know how to work the variables & speech, but i just don't get how to make the word from the broadcast tab connect to the sprite.
Offline
in clicked sprite:
when sprite clicked
broadcast [ X1 ]
in main pet:
when I receive [ X1 ]
say [ X2 ]
replace X1 and X2 with whatever you want
Offline