nitrovengE
March 22nd, 2008, 12:38 AM
can some1 help me with this script:
//NAME SWITCHER
alias name1 "name nitrovengE; alias namecycle name2"
alias name2 "name (OA) nitrovengE; alias namecycle name3"
alias name3 "name =WaR= nitrovengE; alias namecycle name1"
alias namecycle name1
bind "F11" "namecycle"
when i change to a tagged name, i just get the first symbol so instead of "(OA) nitrovengE" i get "(" is guess that because of the space between that tag and my name, is there a way to keep the space?
a tried using "quotes" 'single quotes' and still no change.
//NAME SWITCHER
alias name1 "name nitrovengE; alias namecycle name2"
alias name2 "name (OA) nitrovengE; alias namecycle name3"
alias name3 "name =WaR= nitrovengE; alias namecycle name1"
alias namecycle name1
bind "F11" "namecycle"
when i change to a tagged name, i just get the first symbol so instead of "(OA) nitrovengE" i get "(" is guess that because of the space between that tag and my name, is there a way to keep the space?
a tried using "quotes" 'single quotes' and still no change.