Version 1(Quake3 Version):
Code: Select all
//textscript
set text9 "say I'M SORRY! DID I BREAK YOUR CONCENTRATION?; set txtchange vstr text8"
set text8 "say ^1PITTY FRAG!!!!!!!!!!!!!!; set txtchange vstr text7"
set text7 "say Thanks for Shopping at Wal*Mart!; set txtchange vstr text6"
set text6 "say ^1ANAL PENETRATION! wo0t!; set txtchange vstr text5"
set text5 "say ^3OWNT ON A STICK; set txtchange vstr text4"
set text4 "say ^3EAT A DICK UP TILL YA HICCUP!; set txtchange vstr text3"
set text3 "say ^!ALLAH GIVES GOOD HEAD; set txtchange vstr text2"
set text2 "say GAYED FO SHIZZLE MAH NIZZLE!!!!!!!!!!!!!!!!!!!!!!!; set txtchange vstr text1"
set text1 "say OWNED? DAMN RIGHT!!!; set txtchange vstr text0"
set text0 "say ^7*^1ASS RAPE^7*; set txtchange vstr text9"
set txtchange vstr text9
bind "p" "vstr txtchange"
Version 2:
Code: Select all
set text9 "say 'IM SORRY! DID I BREAK YOUR CONCENTRATION?';set txtFlame vstr text8"
set text8 "say '^1PITTY FRAG!!!!!!!!!!!!!!';set txtFlame vstr text7"
set text7 "say 'Thanks for Shopping at Wal*Mart!';set txtFlame vstr text6"
set text6 "say '^1ANAL PENETRATION! wo0t!';set txtFlame vstr text5"
set text5 "say '^3OWNT ON A STICK';set txtFlame vstr text4"
set text4 "say '^3EAT A DICK UP TILL YA HICCUP!';set txtFlame vstr text3"
set text3 "say '^!ALLAH GIVES GOOD HEAD';set txtFlame vstr text2"
set text2 "say 'GAYED FO SHIZZLE MAH NIZZLE!!!!!!!!!!!!!!!!!!!!!!!';set txtFlame vstr text1"
set text1 "say 'OWNED? DAMN RIGHT!!!';set txtFlame vstr text0"
set text0 "say '^7*^1ASS RAPE^7*';set txtFlame vstr text9"
set txtFlame "vstr text9"
bind "p" "vstr txtFlame"
Version3:
Code: Select all
seta "ua_text9" "say 'IM SORRY! DID I BREAK YOUR CONCENTRATION?';set txtFlame vstr ua_text8"
seta "ua_text8" "say '^1PITTY FRAG!!!!!!!!!!!!!!';set txtFlame vstr ua_text7"
seta "ua_text7" "say 'Thanks for Shopping at Wal*Mart!';set txtFlame vstr ua_text6"
seta "ua_text6" "say '^1ANAL PENETRATION! wo0t!';set txtFlame vstr ua_text5"
seta "ua_text5" "say '^3OWNT ON A STICK';set txtFlame vstr ua_text4"
seta "ua_text4" "say '^3EAT A DICK UP TILL YA HICCUP!';set txtFlame vstr ua_text3"
seta "ua_text3" "say '^!ALLAH GIVES GOOD HEAD';set txtFlame vstr ua_text2"
seta "ua_text2" "say 'GAYED FO SHIZZLE MAH NIZZLE!!!!!!!!!!!!!!!!!!!!!!!';set txtFlame vstr ua_text1"
seta "ua_text1" "say 'OWNED? DAMN RIGHT!!!';set txtFlame vstr ua_text0"
seta "ua_text0" "say '^7*^1ASS RAPE^7*';set txtFlame vstr ua_text9"
seta ua_txtFlame "vstr ua_text9"
bind "p" "vstr ua_txtFlame"
Any ideas?