I question my sanity at this point.
So. In global script (.asc) I added a function that does a thing. In header (.ash) I've stated import function (it's name)... now after name it says (parameters). After that if I'm reading the manual correctly I call the function in the room by just saying function name (parameter value).
The gist is this. Whenever an object is clicked the function is supposed to fire off. Yet, whatever parameter I add it says "unresolved import" (I say this because (for now at least) parameter doesn't matter (in manual it's animation number, I don't need anything that specific) I just need it to run). What parameter should I use or at least where should I use it (I mean, room or global script(s))?
Thanks ahead.
So. In global script (.asc) I added a function that does a thing. In header (.ash) I've stated import function (it's name)... now after name it says (parameters). After that if I'm reading the manual correctly I call the function in the room by just saying function name (parameter value).
The gist is this. Whenever an object is clicked the function is supposed to fire off. Yet, whatever parameter I add it says "unresolved import" (I say this because (for now at least) parameter doesn't matter (in manual it's animation number, I don't need anything that specific) I just need it to run). What parameter should I use or at least where should I use it (I mean, room or global script(s))?
Thanks ahead.