Advertisement
Guest User

response_DG

a guest
Feb 9th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. set timeout "infinite"
  2. set spacing 10
  3. set rows "2;3;2"
  4. set only_render "no"
  5. set margins "50;50;50;50"
  6. set form_var "response"
  7. set form_title "Remember that you can give the other player any amount from 0 to 40 shillings. How much money would you like to give to [first_name]? Please enter your response below."
  8. set form_question ""
  9. set description "A generic form plug-in"
  10. set cols 1
  11. set _theme "gray"
  12. widget 0 0 1 1 label center=no text="[form_title]"
  13. widget 0 1 1 1 text_input focus=no return_accepts=no stub="" var="[form_var]"
  14. widget 0 2 1 1 button text=Continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement