1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# ArdenScrypt [Snodom]
/when 1, TIME1 = 300
/when 1, TIME2 = 120
/when 1, TIME3 = 60
/while posx > 350 and posx < 900, PLAYER.bgquake = True
/while posx > 900, PLAYER.bgquake = False
/when 1, setTreasure(1, "Mana potion3")
/when 1, setTreasure(2, "Potion3")
/when 1, action("Sign", 1, "message", "You're not supposed to be up here!!! But well done anyway!")
/when 1, action("Sign", 2, "message", "This game was made by Jordan Trudgett -- tgfcoder -- jordan_trudgett@hotmail.com")
/when posx > 500 and not ptag[10], message_box(["Prepare to be finished, amateur...", "You will never defeat me!"], "Radkelu.png"); setpt(10)
/while posx > 787 and posx < 1009, PLAYER.inertia[0] = 9.5
/when posx > 790, SOUNDBOX.PlaySound("cavewind.ogg")
/when 1, PLAYER.cold = True
|