Paste #66841: SpacingCheck

Date: 2020/04/02 19:22:54 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


setReputation:
    type: world
    events:
        on player join:
        - narrate "on player join working"
        - if <playerTag.has_flag[NewAtlanteanRep]> && <playerTag.has_flag[OldAtlanteanRep]>:
            - narrate "You already have both atlantean rep flags!"
        - else:
            - flag player NewAtlanteanRep:0
            - flag player OldAtlanteanRep:0
            - narrate "<player.flag[NewAtlanteanRep]>"
            - narrate "<player.flag[OldAtlanteanRep]>"