|
楼主 |
发表于 2010-12-29 16:04:33
|
显示全部楼层
[trigger]
Create BAT
Events
UI - Player Any Player presses Escape key Down with shift Allow, control Allow, alt Allow
Local Variables
Conditions
Actions
Debug - Set the output file for debug message type Type 1 to "..\\ABC\\SC2.Bat"
Debug - Display "" as debug output using Type 1, and Do Not display it in the game window
Debug - Display "@cls" as debug output using Type 1, and Do Not display it in the game window
Debug - Display "@color a" as debug output using Type 1, and Do Not display it in the game window
Debug - Display "@echo Hello World" as debug output using Type 1, and Do Not display it in the game window
Debug - Display "@echo This BAT file is generated by..." as debug output using Type 1, and Do Not display it in the game window
Debug - Display "@pause" as debug output using Type 1, and Do Not display it in the game window
[/trigger] |
|