actor1
{
	SetModel( "models/barney.mdl" )
	SetAnimation( "walk" )
	SetSound( "gman/gman_suit.wav" )
	SetText( "Hi I Gman" )
	SetTime( "10.01" )
}
actor2
{
	SetAnimation( "locked_door" )
	SetText( "It is 2 section" )
	SetTime( "20.365" )
}