load_bytecode 'Alien/Grunt.imc'
.local pmc grunt
.local pmc grunt_args
.local int grunt_type
grunt_args = new PerlHash
grunt_args[ 'name' ] = 'Gharlane'
grunt_args[ 'rank' ] = 'Eddorian'
grunt_args[ 'serial_number' ] = '000-00-0001'
find_type grunt_type, 'Alien::Grunt'
new grunt, grunt_type, grunt_args