Paste #50685: Untitled Paste

Date: 2018/11/14 14:17:51 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
13
14
15
16
17
18
19
20


# +---------------------- 
# | Music for Fairbell (Tutorial Town) 
# | 
# | Spawn in the nearest predefined location(s) (Graveyard)! 
# +---------------------- 
# 
# @author ShadyMac 
# @denizen-version 1.0.3-snapshot (BUILD 448-dev)
# @version 1.0
# 
# +---------------------- 
#
FairbellMusic:
    type: world
    events:
        on player enters test:
#Define Player Location
        - midi "file:M1" tempo:1.8 volume:1.0
        on player exists test:        
        - midi cancel "file:M1"