16 lines
277 B
Text
16 lines
277 B
Text
//
|
|
// file: rhi2_anim.gsc
|
|
// description: animation script for rhineland2
|
|
// scripter: slayback
|
|
//
|
|
|
|
#include maps\_utility;
|
|
#include maps\_anim;
|
|
|
|
#using_animtree ("generic_human");
|
|
|
|
main()
|
|
{
|
|
// animations needed for util/anim scripts
|
|
maps\_mganim::main();
|
|
}
|