Difference between revisions of "Talk:Reference Variables"
Jump to navigation
Jump to search
→Problem with object references?
imported>Diarrhoe |
imported>Diarrhoe |
||
Line 184: | Line 184: | ||
I always get a message of an "unknown variable" and a missed parameter. It's not the message itself, which I don't understand, but the reason for that behaviour, especially since | I always get a message of an "unknown variable" and a missed parameter. It's not the message itself, which I don't understand, but the reason for that behaviour, especially since | ||
<pre>set anyReference.anyVariableStoredInTheReferencesScript to x</pre> | <pre>set anyReference.anyVariableStoredInTheReferencesScript to x</pre> | ||
compiles at least.-[[User:Diarrhoe|Diarrhoe]] 12:44, 14 November 2010 (EST) | compiles at least. | ||
Edit: I did some further testing. And it seems, that even with quests, there occur problems. So | |||
<pre>ref q | |||
set q to anyQuest | |||
setStage q x</pre> | |||
compiles, while | |||
<pre>ref q | |||
set q to anyQuest | |||
set q.anyVariableInQsQuestScript to x</pre> | |||
does not.-[[User:Diarrhoe|Diarrhoe]] 12:44, 14 November 2010 (EST) |