Thankyou both.
I belive you Khris, and I don't mean to waste anybody's time. The first 6 or 7 threads I searched seemed too advanced for me, (or delt with specific issues) and the manual entry is so terse that I don't know how to apply the information.
I think I have applied your codes correctly, because the game runs.
But I don't know how to call it.
I have an object in room 1 that on click opens a gGUI holding a picture of Mr. Drew, and space for the questions and answers.
What is the correct way to proceed?
ps
I tried putting
[Code]
question[0].category = eCatPolitics;
[/code]
in room1.asc
under
function oQ1_AnyClick()
but got
" Failed to save room room1.crm; details below
room1.asc(10): Error (line 10): Undefined token 'question' "
when I capitalized the Q in question, the message changed to:
" Failed to save room room1.crm; details below
room1.asc(10): Error (line 10): fixed size array cannot be used in this way "