Difference between revisions of "GetQuestVariable"

Jump to navigation Jump to search
434 bytes added ,  23:13, 22 December 2010
no edit summary
imported>Vswe
m (Added Search Terms)
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