
edited 1×, last 24.07.09 09:15:05 pm
local $id; 	on:start { event "build_finish";} 	on:build_finish { 		local $x,$z,$rot; 		$x=getx("self"); 		$z=getz("self"); 		$rot=getyaw("self"); 		$id=create("object",313,$x,$z); 		setrot "object",$id,"self",$rot,"self"; 	} 	on:kill { 		free "object",$id; 	}
on:start { $floß=1; } on:use { skipevent; if ($floß==1) { msg "Das geht nicht/blabla"; speech "negative"; } else { seqstart 0,1; ... } }
on:use { local $owner; if ($owner=0) { msg "Nein das gehört nicht mir",3; speech "negative"; }else{ seqstart....... .....
on:edset { 	addstate blablubbunsterblich,usw; 	}