;;;;;;;;;;;;;;;;Toxin - Patch Tester Statue;;;;;;;;;;;;;;;;
[@main]
#IF
#ACT
Mov   A1   %USERNAME

#IF
EQUAL  A1 "Sting"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name2

[@name2]
#IF
EQUAL  A1 "Sindiri"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name3

[@name3]
#IF
EQUAL  A1 "Payne"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name4

[@name4]
#IF
EQUAL  A1 "CrusaderIssy"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name5

[@name5]
#IF
EQUAL  A1 "Beanie"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name6

[@name6]
#IF
EQUAL  A1 "Rotilia"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name7

[@name7]
#IF
EQUAL  A1 "Lasher"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name8

[@name8]
#IF
EQUAL  A1 "Rongan"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name9

[@name9]
#IF
EQUAL  A1 "Damasi"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name10

[@name10]
#IF
EQUAL  A1 "Questron"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name11

[@name11]
#IF
EQUAL  A1 "Liberty"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name12

[@name12]
#IF
EQUAL  A1 "GrandDragon"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name13

[@name13]
#IF
EQUAL  A1 "Shibby"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name14

[@name14]
#IF
EQUAL  A1 "xFagex"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name15

[@name15]
#IF
EQUAL  A1 "Aventus"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name16

[@name16]
#IF
EQUAL  A1 "EMPEROR"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name17

[@name17]
#IF
EQUAL  A1 "Treva"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @name18

[@name18]
#IF
EQUAL  A1 "cmi"
#ACT
Goto  @PatchTest
#ELSEACT
Goto @NextOne

[@PatchTest]
#IF
#SAY
Hello and thank you for offering your support\
with the testing of our latest patch.  I can teleport you\
to the starting point of the new area but be warned that\
there is no safe place until you reach the sanctuary.\
The mobs are hard and going as a group is advised.\
You can keep any of the dropped items you find during\
the test and I hope you have fun there.\
\
So would you like to go now?\
\
<[ Yes ]/@TestYes>\
<[ No ]/@Exit>\\\

[@NextOne]
#SAY
Hello\
\
If you're interested in testing the new patch please apply on our\
forum at {FCOLOR/10}www.sting3g.com/forum{FCOLOR/12}.\
\
The new patch includes new maps, mobs and items so if you'd like\
to help us out by becoming a tester sign up today.\
\
<[ Okay, I'll go check it out ]/@Exit>\\\

[@TestYes]
#IF
#ACT
mapmove D2701 22 175
break

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;