Difference between revisions of "Talk:Special variables"

No change in size ,  10:36, 18 September 2007
m
no edit summary
imported>Qazaaq
(revert)
imported>TyrHi7
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