Difference between revisions of "Variables and Properties"

No change in size ,  18:06, 22 February 2012
m
→‎With kmyQuest: Use same value between examples
imported>Fowl
(→‎From Within a Magic Effect Script: fixed code block to make sense and some spelling)
imported>RobinHood70
m (→‎With kmyQuest: Use same value between examples)
Line 137: Line 137:
  float myDeadCount
  float myDeadCount
  myDeadCount = kmyQuest.deadCount ;getting property
  myDeadCount = kmyQuest.deadCount ;getting property
  kmyQuest.deadCount = 5 ;setting property
  kmyQuest.deadCount = 10 ;setting property
</source>
</source>


==From Within a Magic Effect Script==
==From Within a Magic Effect Script==
Anonymous user