
Another scripting problem!!PLS HELP
when i activate my animate name..it animates properly but then it renames me too Bond 007
par instead of Bond 007. Then, my cfg file with the animation scripting in it changes some speech marks from place to place (the file "tag.cfg" is placed in the "main" folder) ( the other folder--config_mp.cfg---is placed in the profile name folder in the player folder). Here it is:
tag.cfg folder:
// Flash each character white in forward direction:
set name ^7B^2o^2n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^2B^7o^2n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^2B^2o^7n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^2B^2o^2n^7d ^2L^2o^2v^2e^2r
wait 10
set name ^2B^2o^2n^2d ^7L^2o^2v^2e^2r
wait 10
set name ^2B^2o^2n^2d ^2L^7o^2v^2e^2r
wait 10
set name ^2B^2o^2n^2d ^2L^2o^7v^2e^2r
wait 10
set name ^2B^2o^2n^2d ^2L^2o^2v^7e^2r
wait 10
set name ^2B^2o^2n^2d ^2L^2o^2v^2e^7r
wait 20
// Flash the name Bond from white to green
set name ^2B^2o^2n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^7B^7o^7n^7d ^7L^7o^7v^7e^7r
wait 10
set name ^2B^2o^2n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^7B^7o^7n^7d ^7L^7o^7v^7e^7r
wait 10
set name ^2B^2o^2n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^7B^7o^7n^7d ^7L^7o^7v^7e^7r
wait 10
set name ^2B^2o^2n^2d ^2L^2o^2v^2e^2r
wait 10
set name ^7B^7o^7n^7d ^7L^7o^7v^7e^7r
wait 10
// Reset name to default value:
set name ^4Bond ^6007
This is the config_mp.cfg file:
// generated by Call of Duty, do not modify
unbindall
unbindall
bind TAB "+scores"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
bind 4 "+smoke"
bind 7 "exec tag.cfg" (the "exec tag.cfg" instead of exec "tag.cfg"....like an auto-correct on word...i change it and
bind 8 "exec bond.cfg" it come back to "exec tag.cfg" when i use the animation once)---its all about the stupid
bind ` "toggleconsole" speechmarks
bind A "+moveleft"
bind B "+binoculars"
bind C "gocrouch"
bind D "+moveright"
bind E "+leanright"
bind F "+activate"
bind G "openScriptMenu ingame changeweapon"
bind Q "+leanleft"
bind R "+reload"
bind S "+back"
bind T "chatmodepublic"
bind V "mp_QuickMessage"
bind W "+forward"
bind Y "chatmodeteam"
bind Z "+talk"
bind ~ "toggleconsole"
bind PAUSE "toggle cl_paused"
bind ALT "mp_QuickMessage"
bind CTRL "goprone"
bind SHIFT "+melee_breath"
bind F1 "vote yes"
bind F2 "vote no"
bind F4 "+scores"
bind F12 "screenshotJPEG"
bind MOUSE1 "+attack"
bind MOUSE2 "toggleads"
bind MOUSE3 "+frag"
bind MWHEELDOWN "weapnext"
bind MWHEELUP "weapnext"
(endless list of seta... scripting)
So theres 2 problem the speechmarks and the Bond 007par instead of just Bond 007. Please help!!!
