PDA

View Full Version : Sanctum of Scales



shad0ws0ngs
10-06-2016, 03:29 AM
I am not terribly good at scripting, but I can generally take a script a friend gave me some years back and use the elements in it to craft my own and change it around a bit. I wrote this tonight and plan to test it over the next few days, but I was hoping someone might give me some feedback on changes or any obvious fixes, things like that. Most appreciated, thanks.


Start:
match Hit1 form twists and mutates, sprouting scales
match Unclean1 The flesh around the wound feels hot and cold at the same time, heavy with infection.
matchwait

Hit1:
match Viper1 viper
match Cobra1 cobra
match Snake1 snake
match Sidewinder1 sidewinder
match Rattlesnake1 rattlesnake
match Asp1 asp
match Adder1 adder
matchwait

Viper1:
put clench viper
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait

Cobra1:
put clench cobra
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait

Snake1:
put clench snake
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait

Sidewinder1:
put clench sidewinder
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait

Rattlesnake1:
put clench rattlesnake
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait

Asp1:
put clench asp
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait

Adder1:
put clench adder
match Done1 twisting violently until you hear something snap!
match Wait1 ...wait
match Shit1 but your interference only enrages it!
matchwait


Done1:
goto Start


Wait1:
pause 1
goto Hit1


Shit1:
goto Hit1


Unclean1:
echo POISONED! Get clean?
match Yes1 You nod.
match No1 You shake your head.
matchwait


Yes1:
put ;go2 25250
waitfor [Abomination's Womb]
put clean vat
echo Cleaned! Resuming!
goto Start


No1:
goto Start


end:
ECHO ---------END----------