Paste #45237: Untitled Paste

Date: 2017/10/26 15:33:48 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Tenjin:
    type: assignment
    actions:
        on assigment:
        - trigger name:click state:true
        on click:
        - if !<player.has_flag[tenjin]> {
            - narrate "Welcome to the &4Bad&2Apples &fPvP server. Please take time to listen to what I tell you. Here is where you choose a kit to get you started in the game. &4Most Important: &fOnce you make your class selection you &lcannot &rselect another, or reselect. Speak to me again to learn more." targets:<player>
            - flag <player> tenjin:+:1
            - queue clear
            }
        - if <player.flag[tenjin]> == 1 {
            - narrate "&fThe &2Archer &fis a long range weapons expert. With his bow and quiver he can make kills from far afield without getting into melee combat. However, he is weak to melee attacks because of this. Ask me about &4Knights" targets:<player>
            - flag <player> tenjin:+:1
            - queue clear
            }
        - if <player.flag[tenjin]> == 2 {
            - narrate "&4Knights &fare a strong melee class, reliant on swords and shields to do maximum damage. Knights need to be close to inflict damage and are weak against ranged attacks. Ask me about &3Dwarves" targets:<player>
            - flag <player> tenjin:+:1
            - queue clear
            }
        - if <player.flag[tenjin]> == 3 {
            - narrate "&3Dwarves &fare axe wielding madman! Chopping down trees and enemies alike, Dwarves are happy to get close and personal in melee attacks. Because of this however, they're also weak against ranged attacks. Ask me about &5Mages." targets:<player>
            - flag <player> tenjin:+:1
            - queue clear
            }
        - if <player.flag[tenjin]> == 4 {
            - narrate "&5Mages &fare mystical, magic wielding, ranged-attack players. Reliant on potions to damage players, they have the backup of their wand which will send a player flying, allowing them to escape. Mages are weak against melee attacks." targets:<player>
            - flag <player> tenjin:+:1
            - queue clear
            }
        - if <player.flag[tenjin]> == 5 {
            - narrate "You've read about all the classes. Feel free to ask me again, or make your starter choice now. Remember though : &4You can only choose once!" targets:<player>
            - flag <player> tenjin:!
            - queue clear
            }