Reallife has written
das Video?
ich kann aus irgendwelchen gründen keinen sound mit aufnehmen. ò_Ó
und deshalb sehe ich keinen sinn darin,das video zu machen.
vllt kann ein anderer aus dem S² b team das video machen
### Zombie Native id=46 name=Zombieeinwohner group=animal icon=gfx\native.bmp model=gfx\zombie_native.b3d scale=1 colxr=15 colyr=30 behaviour=raptor health=50 speed=0.5 eyes=10 turnspeed=1.0 attackrange=65 ani_move=2,3,0.05 ani_attack=7,8,0.03 ani_die=4,5,0.05 ani_idle1=8,10,0.04 ani_idle2=10,13,0.04 ani_idle3=13,15,0.05 sfx=lion damage=20 loot=9,2 loot=94,4 loot=95,4 loot=96,2 script=start 	on:ai_attack { 		if (random(10)==1){ 			if (gotstate("unit",1,17)==0){ 				addstate "unit",1,1;	 			} 		} 	} 	on:kill { 		event "iskill_hunt","global"; 	} script=end ### Zombie Weed id=47 name=Zombiehanfopa group=animal icon=gfx\weedgrandpa.bmp model=gfx\zombie_weed.b3d scale=1 colxr=15 colyr=30 behaviour=raptor health=50 speed=0.5 eyes=10 turnspeed=1.0 attackrange=65 ani_move=2,3,0.05 ani_attack=7,8,0.03 ani_die=4,5,0.05 ani_idle1=8,10,0.04 ani_idle2=10,13,0.04 ani_idle3=13,15,0.05 sfx=lion damage=20 loot=9,2 loot=94,4 loot=95,4 loot=96,2 script=start 	on:ai_attack { 		if (random(10)==1){ 			if (gotstate("unit",1,17)==0){ 				addstate "unit",1,1;	 			} 		} 	} 	on:kill { 		event "iskill_hunt","global"; 	} script=end ### Soul Pirate id=48 name=Piratengeist group=animal icon=gfx\pirate.bmp model=gfx\soul_pirate.b3d scale=0.3 colxr=8 colyr=5 behaviour=normal speed=1.0 eyes=10 health=100 damage=10 range=150 attackrange=40 maxweight=25000 ani_move=2,3,0.10 ani_attack=23,25,0.10 ani_die=4,7,0.15 ani_idle1=9,13,0.09 ani_idle2=14,21,0.08 ani_idle3=21,23,0.12 script=start 	on:kill { 		event "iskill_hunt","global"; 	} script=end