source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/bin/res/diffusedemo/actor/world.s3d_actor_run @ 2196

Revision 2196, 588 bytes checked in by szirmay, 17 years ago (diff)
Line 
1// Machine-made Shark 3D Snake Text 2x0 Stream. Format: ascii.
2actor_ident "kit_base.group"
3actor_param
4{
5    active 1
6    child_array
7    {
8        ident "kit_base.dispatch"
9        param
10        {
11            name "dispatch_world"
12            entry_array
13            {
14                cmds "net_traverse"
15                targets
16            }
17        }
18    }
19    {
20        ident "kit_engobj.itemeye"
21        param
22        {
23            name "player_spawn"
24            item_actor "group_world"
25            item_name "simplepos:playerstart"
26        }
27    }
28}
29$
Note: See TracBrowser for help on using the repository browser.