Difference between revisions of "GetQuestVariable"

Jump to navigation Jump to search
433 bytes removed ,  08:53, 24 December 2010
imported>Bruneauinfo
imported>Bruneauinfo
 
Line 7: Line 7:
  QuestName.VarName
  QuestName.VarName


====Notes====


*Apparently through testing the QuestName reference requires quotes around it to function properly. Testing this with setting a variable to the value of the reference using quotations around the reference does not appear work.
'''This does not appear to work:'''
<pre>
set QuestName to "MyQuest"
set MyVariable to QuestName.VarName
</pre>
'''This does work:'''
<pre>
set MyVariable to "MyQuest".VarName
</pre>


==See Also==  
==See Also==  
Anonymous user

Navigation menu