Dockingroom = hangar
ein Hangar = landerzone für "raumschiffe"
Raumschiffe = Hangar benutzer
### Fish id=11 name=Fisch group=animal icon=gfx\fish02.bmp model=gfx\fish02.b3d scale=1.2 colxr=5 colyr=5 behaviour=fish speed=0.8 turnspeed=0.6 ani_move=2,4,0.12 ani_die=5,6,0.005 loot=11,1 loot=121,20 script=start 	on:fish { 		local $id; 		$id=create("item",89); 		store $id,"unit",1; 		free "self"; 		speech "positive"; 		msg "Fisch gefangen!",4; 	} 	on:kill { 		event "iskill_hunt","global"; 	} script=end
id=Hier machst du die id rein
model=gfx\modell.b3d
icon:gfx\bild.bmp