routertest.lslp 1.6 KB

12345678910111213141516171819202122
  1. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG = -1639271126; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  2. list question_scripts = [0,0,0,0,0,0];
  3. integer len;
  4. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG0 = -1700000000; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  5. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG1 = -1700000001; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  6. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG2 = -1700000002; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  7. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG3= -1700000003; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  8. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG4 = -1700000004; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  9. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG5 = -1700000004; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  10. integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG6 = -1700000004; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
  11. default {
  12. state_entry() {
  13. llOwnerSay("Hello Scripter");
  14. }
  15. touch_start(integer num_detected) {
  16. llMessageLinked(LINK_SET, SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG, "", "");
  17. }
  18. }