Profile  Register  Calendar  Memberlist  FAQ  Search Home  
Tribes RPG Forums : Powered by vBulletin version 2.0.3 Tribes RPG Forums > Misc > Technical Support > Bind Keys?
  Last Thread   Next Thread
Author
Thread    Post New Thread    Post A Reply
SilverHorse
Banned

Registered: Mar 2001
Location: Butler PA
Posts: 3308

whats wrong with this? this is my autoexec.cs

editActionMap("playmap.sae");
bindAction(keyboard0, make, "/", TO, IDACTION_MOVEFORWARD, 1.000000);
bindCommand(Keyboard0, make, ".", TO, " postaction(2048,IDACTION_FIRE1
,-0);");
bindCommand(keyboard0, make, "+", TO, "use(\"Crystal Blue Potion\");");
bindCommand(keyboard0, make, "-", TO, "remoteeval(2048, say(0, \"#global AFK for a couple\"));");
bindCommand(keyboard0, make, "0", TO, "remoteeval(2048, say(0, \"#steal\"));");
bindCommand(keyboard0, make, "9", TO, "remoteeval(2048, say(0, \"#global Back guys\"));");




__________________
Banned by Alaric

Report this post to a moderator | IP: Logged

SilverHorse is offline Old Post 04-19-2001 03:36 AM
Click Here to See the Profile for SilverHorse Click here to Send SilverHorse a Private Message Click Here to Email SilverHorse Find more posts by SilverHorse Add SilverHorse to your buddy list Edit/Delete Message Reply w/Quote
FENIX
UndeadSkeleton

Registered: Mar 2001
Location: Minnesota
Posts: 592

little more info? does it work at all?? or just some do and some dont?

did you copy & paste? or did you retype it all?


__________________

gth=4)">
gth=7)">Every Morning, A Warrior Wakes Up Knowing That He Has To Run Faster Than The Slowest Runt Or He Wont Level Up!

Every Day a Runt Wakes Up Knowing That He Has To Run Faster Than The Fastest Warrior Or He'll Die! !

Wether Your A Warrior Or A Runt, Every Morning When You Wake Up, You'd Better Be Running!!


My House----My Dad's-->

Report this post to a moderator | IP: Logged

FENIX is offline Old Post 04-19-2001 03:44 AM
Click Here to See the Profile for FENIX Click here to Send FENIX a Private Message Click Here to Email FENIX Visit FENIX's homepage! Find more posts by FENIX Add FENIX to your buddy list Edit/Delete Message Reply w/Quote
SilverHorse
Banned

Registered: Mar 2001
Location: Butler PA
Posts: 3308

some i couldn't test (no one would stand still long enough to steal, didn't have a cbp), but autowalk and auotfire don't work, and either does my afk or back messages. and i c/ped fro mthe newbie guide


__________________
Banned by Alaric

Report this post to a moderator | IP: Logged

SilverHorse is offline Old Post 04-19-2001 05:58 AM
Click Here to See the Profile for SilverHorse Click here to Send SilverHorse a Private Message Click Here to Email SilverHorse Find more posts by SilverHorse Add SilverHorse to your buddy list Edit/Delete Message Reply w/Quote
FENIX
UndeadSkeleton

Registered: Mar 2001
Location: Minnesota
Posts: 592

im not sure why it dosent work, perhaps it is that the one is bound to the "/" key? try changing that.


__________________

gth=4)">
gth=7)">Every Morning, A Warrior Wakes Up Knowing That He Has To Run Faster Than The Slowest Runt Or He Wont Level Up!

Every Day a Runt Wakes Up Knowing That He Has To Run Faster Than The Fastest Warrior Or He'll Die! !

Wether Your A Warrior Or A Runt, Every Morning When You Wake Up, You'd Better Be Running!!


My House----My Dad's-->

Report this post to a moderator | IP: Logged

FENIX is offline Old Post 04-19-2001 06:05 AM
Click Here to See the Profile for FENIX Click here to Send FENIX a Private Message Click Here to Email FENIX Visit FENIX's homepage! Find more posts by FENIX Add FENIX to your buddy list Edit/Delete Message Reply w/Quote
Zelgadis
MinotaurReaper

Registered: Mar 2001
Location: Berlin, WI
Posts: 2447

remorteval takes the funtion to run as a string itself.
so in essence you are getting causgt up in quotes in quotes in quotes.

bindCommand(keyboard0, make, "-", TO, "remoteeval(2048, \"say(0, \\\"#global AFK for a couple\\\");\");");
bindCommand(keyboard0, make, "0", TO, "remoteeval(2048, \"say(0, \\\"#steal\\\");\");");
bindCommand(keyboard0, make, "9", TO, "remoteeval(2048, \"say(0, \\\"#global Back guys\\\");\");");

i know it gets tricky. evertime a string is parsed \" becomes " and \\ becomes \ so to actually get a " in a third generation quote you ned \\\"

but why bother? im sure say() will work without remoteeval. well not positive actially or i wouldnt have bothered with the quote speech.

bindCommand(keyboard0, make, "-", TO, "say(0, \"#global AFK for a couple\");");
bindCommand(keyboard0, make, "0", TO, "say(0, \"#steal\");");
bindCommand(keyboard0, make, "9", TO, "say(0, \"#global Back guys\");");

Report this post to a moderator | IP: Logged

Zelgadis is offline Old Post 04-20-2001 08:27 AM
Click Here to See the Profile for Zelgadis Click here to Send Zelgadis a Private Message Click Here to Email Zelgadis Visit Zelgadis's homepage! Find more posts by Zelgadis Add Zelgadis to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 06:55 PM.    Post New Thread    Post A Reply
Last Thread   Next Thread
[ Show a Printable Version | Email This Page to Someone! | Receive updates to this thread ]

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 

< Contact Us - Tribes RPG >

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Anything posted on these forums or privately messaged to any dev
team member (including email) becomes property of the Tribes RPG team.