Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. void function00(object self, taggroup tg) self.otherfunction(tg,0,0)
  2. void function01(object self, taggroup tg) self.otherfunction(tg,0,1)
  3. void function02(object self, taggroup tg) self.otherfunction(tg,0,2)
  4. void function03(object self, taggroup tg) self.otherfunction(tg,0,3)
  5. void function04(object self, taggroup tg) self.otherfunction(tg,0,4)
  6.  
  7. for(number i=0; i<5; i++){
  8. void function0+i(object self, taggroup tg) self.otherfunction(tg,0,i)
  9. }
  10.  
  11. BOXinsides.DLGAddElement(DLGCreateCheckBox(label,0,"function"+i+j).DLGIdentifier("#function"+i+j))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement