实时跟踪人员的脚本,可以在战役中追踪走私犯之类的。
[] spawn {while {not isnull BIS_CHSmuggler} do { "SMUGLER" setmarkerpos getpos BIS_CHSmuggler; sleep 0.5; };
};
[] spawn {
while {not isnull BIS_CHBoss} do { "ENEMY" setmarkerpos getpos BIS_CHBoss; sleep 0.5; };
};
跟踪曼哈顿任务中的走私犯和恐怖头目。
页:
[1]