Paste #1240: Untitled Paste

Date: 2014/01/11 00:41:10 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12


MewStarJoin:
  type: world
  events:

    on player joins:

    - if !<player.flag[joined_recently]> {
      - give MewNetherStar qty:1
      - wait 2
      - narrate "<green>Here is your <white>1 <gold>Mew Star <green>for today!"
      - flag player joined_recently duration:24h
      }