nickcool9999

2 Input boxes (Thread separation demo)

Sep 25th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. =>{
  2. input_box:me: -id box -boxlabel Message 1 -dtext Test1 -button true -blabel SubTest -col 0,0,0 -tcol White -pos 0.25,0,0.25,0;
  3. input_wait: box;
  4. assign>input_getinfo: box>val;
  5. m:%val%
  6. };
  7. =>{
  8. input_box:me: -id box2 -boxlabel Message 2 -dtext Test1 -button true -blabel SubTest -col 0,0,0 -tcol White -pos 0.75,0,0.25,0;
  9. input_wait: box2;
  10. assign>input_getinfo: box2>val;
  11. m:%val%
  12. };
Advertisement
Add Comment
Please, Sign In to add comment