Okay, I've been working on various radios, first using touch calls, then touch calls referring to a notecard, then dialog, and finally dialog referring to a notecard.
Now I'm up against the limit of twelve entries per dialog page. I've written a script that presents dialog on touch, and parses station info on notecard, including URL for parcel, short name of station for dialog buttons, and long name for settext.
My question is, how can I get dialog to refer to more stations? I have one button for "radio off" and one button for "page 2" to go to next page of dialog. My notecard has 12 lines, 10 for stations, one for off, and one for page 2.
I'm not sure how to tell dialog to look at second notecard, or is that even what I want to do?
Can I get more stations on one notecard, and still refer to them with dialog? Maybe split more entries into more lists?
Do I need to have second dataserver event to handle second notecard, and if so, how do I get script to do that?
Many thanks!