Difference between revisions of "General Scripts"
From Fortress Forever Wiki
Jump to navigationJump to search (Note image implemented.) |
|||
| Line 4: | Line 4: | ||
Below you will find examples of some of the most common general scripts. You will find that these scripts have nothing to do with the [[Class_Guides|character classes.]] You will need to place these scripts into your [[Userconfig_default|userconfig.cfg.]] | Below you will find examples of some of the most common general scripts. You will find that these scripts have nothing to do with the [[Class_Guides|character classes.]] You will need to place these scripts into your [[Userconfig_default|userconfig.cfg.]] | ||
| + | |||
| + | ==Discard on Forward== | ||
| + | |||
| + | Script by [http://www.fortress-forever.com/forum/member.php?u=12178 PorkChopVII] | ||
| + | {{Scripts | Description=Discard on Forward | Script=<code><pre>alias +disforward "+forward; discard" | ||
| + | alias -disforward "-forward" | ||
| + | bind w "+disforward"</pre></code> | ||
| + | |||
| + | |||
| + | [[Image:Note.png]] '''Note:''' You will need to put this line into your [[Engineer_default|engineer.cfg]] if you do not want to discard as an engineer. | ||
| + | <code><pre>bind w "+foward"</pre></code>}} | ||
Revision as of 11:43, 7 February 2008
Below you will find examples of some of the most common general scripts. You will find that these scripts have nothing to do with the character classes. You will need to place these scripts into your userconfig.cfg.
Discard on Forward
Script by PorkChopVII
|