Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =>{
- 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;
- input_wait: box;
- assign>input_getinfo: box>val;
- m:%val%
- };
- =>{
- 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;
- input_wait: box2;
- assign>input_getinfo: box2>val;
- m:%val%
- };
Advertisement
Add Comment
Please, Sign In to add comment