Advertisement
CivReborn

joe

May 26th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance,Force
  2.  
  3. Pig:= [[],{}] ;[[],{1:"",2:"",3:"",4:""}]
  4. ;oPig:=[[],{}]
  5. Bot_Object:=[[],{}]
  6. select:= 1
  7.  
  8.  
  9. if(select=1){
  10.        
  11. i:=1
  12. j:=2
  13. Loop 5
  14.     {
  15.        
  16.         Pig[i].1:="here"
  17.         Pig[i].2:="here"
  18.         Pig[i].3:="here"
  19.         Pig[i].4:="here"
  20.         i++
  21.     }
  22.     dmp(Pig,Bot_Object)
  23. MsgBox, 262144, ,% "1 " Pig[j].1 "`n2 " Pig[j].2  "`n3 " Pig[j].3 "`n4 " Pig[j].4
  24. }
  25.  
  26. if(select=2)
  27.     {
  28.         Bot_Object[5]:= {1:"Here",2:"Still Here",3:"Here",4:"Still Here"}
  29.         MsgBox, 262144, ,% Bot_Object[5].2
  30.         dmp(Pig,Bot_Object)
  31.     }
  32.  
  33.  
  34.  
  35.  
  36.  
  37. Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement