Paste #5138: Untitled Paste

Date: 2014/06/07 07:05:31 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


on dbkick command:
        - if <player.is_op> {
          - define target '<li@<el@val[%1%].split_by[ ].after[dbkick|]>.get[1].replace[?]>'
          - if <server.list_online_players> contains 'p@%target%' {
            - announce "<yellow>Goku joined the game."
            - wait 5s
            - announce "<light_purple>Goku inizia a assimilare tutta l'energia del mondo"
            - wait 5s
            - announce "<light_purple>Goku fissa %target% urlando <bold>TE NE PENTIRAI PER TUTTO IL MALE CHE HAI FATTO!"
            - wait 5s
            - announce "<light_purple>Goku inizia a caricare il kamekameah!"
            - wait 3s
            - announce "<aqua>Ondaaaaaa........"
            - wait 3s
            - announce "<aqua>...Energeti.."
            - wait 3s
            - announce "<aqua><bold>CAAAAAAAAAAAAAAAAAAAAAAAAAA!!!!!!!!!!"
            - announce "<aqua><bold>C===================================="
            - wait 3s
            - announce "<red>La potente sfera colpisce %target% in pieno polverizandolo"
            - execute as_server "kick %target% Goku ti ha sconfitto"
            - announce "<light_purple>E cosi trollandia fu di nuovo salva per l'enesima volta! Grazie Goku!"
            - wait 3s
            - announce "<red>Goku<&co><white> Alla prossima amici!"
            - announce "<yellow>Goku left the game."
            } else {
            - announce format:Laura "sorry, but %target% isn't online."
            }