X-Static Codes
Chat to Us @
SNM Chat
in #X-Static
Home
|
Contact
Login
Register
Search
Scripting
Snippets
Tutorials
Competitions
Links
Memberlist
Pastebin
Affiliates
Contact Admin
Sponsors
Nameless
Official #nameless website
Rooted.in
I got Rooted did you?
Stats
Total Members: 56
Newest User: Nofilicity
Snippets Added: 153
View
Markys TCL UNO Addon
Snippet Author:
FURBY
Rated:
Snippet Description:
all this does it, tell you the color down and what cards you have
dialog uno { title "UNO" size -1 -1 174 24 option dbu text "The Current color to play is", 1, 3 4 73 7 text "", 2, 81 4 92 8 text "The cards you have are", 3, 3 14 73 7 text "", 4, 81 14 91 8 } on *:TEXT:*plays*:#Youth: { if ($dialog(uno)) { dialog -c uno uno dialog -m uno uno set %color $4 } else { dialog -m uno uno } } on *:NOTICE:*:*: { if ($regex($1-,/(?:green|red|yellow|blue|wild)/i)) { set %cards $1- dialog -c uno uno dialog -m uno uno } } on *:DIALOG:uno:INIT:*: { did -a uno 2 %color did -a uno 4 %cards }
Favorite Script
-
Smilies
Message:
Comments: