17 lines
305 B
Text
17 lines
305 B
Text
|
//
|
||
|
// file: ber2b_anim.gsc
|
||
|
// description: animation setup script for berlin2b
|
||
|
// scripter: slayback
|
||
|
//
|
||
|
|
||
|
#include maps\_utility;
|
||
|
#include maps\_anim;
|
||
|
#include maps\ber2_util;
|
||
|
|
||
|
#using_animtree ("generic_human");
|
||
|
|
||
|
main()
|
||
|
{
|
||
|
// animations needed for util/anim scripts
|
||
|
maps\_mganim::main();
|
||
|
}
|