Difference between revisions of "Label"

21 bytes added ,  01:19, 4 August 2009
good eye cipscis, tested to work from 0 to 255
imported>Cipscis
(Changed indentation and lebel ID - I don't think label IDs can go higher than 256)
imported>Omzy
(good eye cipscis, tested to work from 0 to 255)
Line 7: Line 7:
   |Name = ID
   |Name = ID
   |Type = int
   |Type = int
  |Value = 0 to 255
   }}
   }}
  |example = Label 1
  |example = Label 1
Line 12: Line 13:
==Notes==
==Notes==
===The Label/GoTo Loop===
===The Label/GoTo Loop===
This function can be used to create a loop when combined with [[Goto]]. The following script loops the script instructions ''iterations'' times:
This function can be used to create a loop when combined with [[GoTo]]. The following script loops the script instructions ''iterations'' times:
  ScriptName LoopScript
  ScriptName LoopScript
   
   
Anonymous user