26 lines
380 B
Text
26 lines
380 B
Text
|
#include maps\_utility;
|
||
|
#include maps\_anim;
|
||
|
#include common_scripts\utility;
|
||
|
|
||
|
|
||
|
|
||
|
#using_animtree ("generic_human");
|
||
|
main()
|
||
|
{
|
||
|
|
||
|
// _load!
|
||
|
maps\_load::main();
|
||
|
|
||
|
// All the level support scripts.
|
||
|
|
||
|
maps\wii_audio_testmap_amb::main();
|
||
|
|
||
|
//setdvar("ai_accu_player_lateral_speed", 1000);
|
||
|
|
||
|
precacheitem("thompson");
|
||
|
//precacheitem("fraggrenade");
|
||
|
|
||
|
|
||
|
}
|
||
|
|