PCgame 版 (精华区)

发信人: yuchn (小鱼儿), 信区: PCgame
标  题: quake3a脚本8
发信站: 听涛站 (Sun Feb 27 10:27:25 2000), 转信

武器类型选择

本脚本需要定义三个键:一个键选择Railgun,一个键选择爆破型武器,如火箭炮
和掷弹筒等,一个键选择非爆破型武器,如Plasma Gun、Lighting Gun等。 

bind "your key1" "weapon 7;set w_exp vstr w_exp_1;set w_nexp vstr 
w_nexp_1" // rail
bind "your key2" "vstr w_exp;set w_nexp vstr w_nexp_1" // best 2 
explosive
bind "your key3" "vstr w_nexp;set w_exp vstr w_exp_1" // best 2 
non-explosive

set w_exp_1 "weapon 4;weapon 5;set w_exp vstr w_exp_2"
set w_exp_2 "weapon 5;weapon 4;set w_exp vstr w_exp_1"
set w_exp vstr w_exp_1

set w_nexp_1 "weapon 3;weapon 2;weapon 8;set w_nexp vstr w_nexp_2"
set w_nexp_2 "weapon 8;weapon 2;weapon 3;set w_nexp vstr w_nexp_1"
set w_nexp vstr w_nexp_1 
 

--
※ 来源:.听涛站 cces.net.[FROM: 匿名天使的家]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:0.930毫秒