Ich
GuestzB. hab ich ein fisch raus und ein baumstam
rein das ist irgentwie komich
Allgemein
Bug Thread
Ichon:use {
		if (count_stored("self")>0){
			exchange "self";
			timer "self",100,1,"load";
		}else{
			speech "negative";
			msg "Sie ist leer!",3;
		}
	}
on:use {
		if (count_stored("self")>0){
			exchange "self"[b],0[/b];
			timer "self",100,1,"load";
		}else{
			speech "negative";
			msg "Sie ist leer!",3;
		}
	}
on:start {
$tmp1=0.01;
$tmp2=$tmp1*$tmp1;
$tmp3=$tmp2+1;
msg "$tmp2",4,20000;
msg "$tmp3",4,20000;
}

Re: Bug Thread