|
发表于 2010-8-20 04:10:01
|
显示全部楼层
我上面不是说了嘛?用触发器里的计时器啊。
不用计时器你本来真实时间是怎么显示的?
算了我给你个演示吧。
新建一个名为Timer的全局变量,然后在地图初始化时启动
[trigger]
Timer Init
Events
Game - Map initialization
Local Variables
Conditions
Actions
Timer - Start Timer as a One Shot timer that will expire in 524288.0 Game Time seconds
Timer - Create a timer window for (Last started timer), with the title "Elasped Time", using Elapsed time (initially Visible)
[/trigger]
这个演示地图拿去瞧瞧吧。不过修改这个东西只能对单张地图有效。你要是试图让你的游戏自身开启这个功能的话就会属于作弊范畴了,切记。 |
|