CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:50:45 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=50e97a3f9e2b85c3034773aba2eaba7c9916fdaf3e427e130ff6b1f348e44f1ea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22sMq_kx2iWS7aKMKYUgagL7nInLy3axI6%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c9adae7efc9ac4-BLR
Dialog - Color Changing - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string Msg1;
- string Msg2;
- list Colors1;
- list Colors2;
- vector red = <1,0, 0>;
- vector blue = <0,0,1>;
- vector green = <0,1,0>;
- vector white = <1, 1, 1>;
- vector black = <0, 0, 0>;
- integer gChannelDialog;
- key User;
- default
- {
- state_entry()
- {
- gChannelDialog = -1305;
- llSetColor(white, ALL_SIDES);
- // set the list of buttons for each page.
- Colors1 = ["Red", "Blue", "Green", "Next"];
- Colors2 = ["black", "white", "Back"];
- User = llDetectedKey(0);
- Msg1 = "\n Select a Color";
- Msg2 ="\n Select Black or White";
- }
- touch_start (integer total_number)
- {
- llDialog (User, Msg1, Colors1, gChannelDialog);
- llListen(gChannelDialog,"", User, "");
- }
- listen (integer channel, string name, key id, string message)
- {
- if (message == "Next")
- {
- llDialog(User, Msg2, Colors2, gChannelDialog);
- }
- else if (message == "Red")
- {
- llSetColor(red, ALL_SIDES);
- }
- else if (message == "Blue")
- {
- llSetColor(blue, ALL_SIDES);
- }
- else if (message == "Green")
- {
- llSetColor(green, ALL_SIDES);
- }
- else if (message == "White")
- {
- llSetColor(white, ALL_SIDES);
- }
- else if (message == "Black")
- {
- llSetColor(black, ALL_SIDES);
- }
- else if (message == "Back")
- {
- llDialog (User, Msg1, Colors1, gChannelDialog);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ G
JavaScript | 1 min ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 2 min ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ E
JavaScript | 2 min ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 0
JavaScript | 2 min ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 7
JavaScript | 2 min ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 3 min ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ C
JavaScript | 3 min ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 6
JavaScript | 3 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand