Difference between revisions of "Talk:Special variables"

Jump to navigation Jump to search
No change in size ,  13:22, 19 September 2007
m
rv
imported>TyrHi7
m
imported>Qazaaq
m (rv)
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

Navigation menu