Difference between revisions of "Talk:Special variables"
Jump to navigation
Jump to search
m
no edit summary
imported>ShadowDancer |
imported>RsrX24 m |
||
Line 9: | Line 9: | ||
Begin Gamemode | Begin Gamemode | ||
set fQuestDelayTime to 0 | set fQuestDelayTime to 0 | ||
set count to count | set count to count 1 | ||
set timer to timer | set timer to timer getsecondspassed | ||
if timer > 10 | if timer > 10 | ||
message "%G" count | message "%G" count | ||
Line 28: | Line 28: | ||
Begin Gamemode | Begin Gamemode | ||
set fQuestDelayTime to 0.01 | set fQuestDelayTime to 0.01 | ||
set count to count | set count to count 1 | ||
set timer to timer | set timer to timer getsecondspassed | ||
if timer > 10 | if timer > 10 | ||
message "%G" count | message "%G" count |