Particle's Custom RPG
Assistance => Assistance & Feedback => Topic started by: Razore on May 6, 2003 10:57 pm CDT
-
(read title)
-
Read the Newbie Guide.
-
Itsnot on newb guide!
-
read the documentation section dumbass. blade posted an entire section on key binding.
-
*sigh*
To autorun...
bindAction(keyboard0, make, "[key of your choice]", TO, IDACTION_MOVEFORWARD, 1.000000);
To autofire...
bindCommand(Keyboard0, make, "[key of your choice]", TO, " postaction(2048,IDACTION_FIRE1,-0);");
To say something (like #sleep)...
bindCommand(keyboard0, make, "[key of your choice]", TO, "remoteeval(2048, say(0, \"[what you want to say]\"));");
Put those in <TribesRPG>\config\autoexec.cs
And it is in the Newbie Guide, you know.
-
I got it
bindCommand(keyboard0, make, "h", TO, "use(\"Crystal Energy Vial\");");