Code: Show/Hide ; Entry format: from x1, from y1, from x2, from y2, to x, to y, message ; Use \ in message for next line(For multiple messages) ; EXTRAS: ; Add sX to the beginning of the line to only warp ship X ; No space after the sX, (s1512 , not s1 512) ; Examples: ; Warp anyone in the 10 topleft tiles to the center and say it to tem 1, 1, 10, 10, 512, 512, You have been warped to the center ; Warp anyone in the 24 bottomright tiles to the topleft corner silently 1000, 1000, 1024, 1024, 5, 5 ; Warp anyone in the 24 bottomright tiles to the topleft corner and say something 1000, 1000, 1024, 1024, 5, 5, This is message 1!!!\This is message 2!!!\*arena You can do arena messages too!!! ; Warp only ship 5 from the topright corner to the center and give him 7 random prizes s51000, 1, 1024, 20, 512, 512, *prize 7 |