Difference between revisions of "Talk:Special variables"

No change in size ,  04:31, 11 April 2007
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 + 1
   set count to count   1
   set timer to timer + getsecondspassed
   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 + 1
   set count to count   1
   set timer to timer + getsecondspassed
   set timer to timer   getsecondspassed
   if timer > 10
   if timer > 10
       message "%G" count
       message "%G" count
Anonymous user