Bind "name" problem

Status
Not open for further replies.

SSS77

SonicShadowSilver77
I can not figure out how to use bind for names that have a space in them. The bold parts are where my problem is:

Ex: Bind Q "skin sonic;name "Sonic The Hedgehog";color 7"

It doesn't seem to work when i type this in the console, so what do I put for this to work? The same thing also happenes when I type this:

alias steal blue "color 8"

Any help will be apreciated.
 
Try this,

Bind q "exec q.txt"

create then a file called q.txt in your srb2 folder, and write in it:

skin sonic
name "Sonic The Hedgehog"
color 7

that will work.

Also try alias "steEl blue" "color 8"
 
Nice to see you are using my bind ideas, Muffins! :) But there is a much easier way than making a script.

This works:

>bind q "skin sonic; name Shadow the Werehog; color 7"

You see, your mistake was putting quotes around "Sonic the Hedgehog", because the simple command >name Shadow the Werehog, without any quotes will work fine.

If you want to compare them look here:

Yours:
>bind Q "skin sonic;name "Sonic The Hedgehog";color 7"
Mine:
>bind q "skin sonic; name Shadow the Werehog; color 7"

And for the other you need help on:

alias "steel blue" color 8
works well.
 
Last edited:
Wierd it just displays Sonic, The Hedgehog doesn't even show up.

Edit: Ok Thank You Gregory House. You are apparently, a Medical Specialist and a SRB2 Specialist because your method worked. Sadly, Im still haveing trouble with the Color Comand.
 
Last edited:
Unfortunately, maybe a script is a good idea. I usually don't bind things by typing them in anyway. I have about 12 scripts, that I use to do everything, including binding. Plus, if you use a script, you don't have to type as much. I will try to find something else that works though.
 
Bind Prob

Is this something the STJr could make doable in one line? Such as: bind q "skin sonic; name (Shadow the Werehog); color 7"
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top