Difference between revisions of "Variables and Properties"
Jump to navigation
Jump to search
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 = | kmyQuest.deadCount = 10 ;setting property | ||
</source> | </source> | ||
==From Within a Magic Effect Script== | ==From Within a Magic Effect Script== |