Paste #33577: Edit of P#33576 - Untitled Paste

Date: 2016/05/19 05:31:33 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


Skiny:
    type: command
    name: skin
    description: Zmiana skina
    usage: /skin (ID)
    script:
    - if <context.args.size >= 1 {
        - narrate "Nie podales nicku"
        } else {
        - adjust <player> skin:<context.args.get[1]>
        }