Paste #9018: Batarian_Info

Date: 2014/08/30 21:13:58 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
12
13
14
15
16
17


Batarian_Info:
    type: task
    script:
    - if <player.flag[race]> == batarian {
    - narrate format:cchat "Your already a Batarian, move on"
    }
    else {
    - narrate format:cchat "<player.name> I can tell you about the nasty race of Batarians before you make your final choice."
    - wait 1
    - narrate format:cchat "The Bartarians are a Dark race"
    - wait 2
    - narrate format:cchat "They hate all races besides the Draconians"
    - wait 2
    - execute as_player "race info Batarian <player.name>"
    - wait 5
    - narrate format:cchat "If you want to become a Batarian and put fear in your foes eyes, click &6JOIN &fbelow"
    }