this script ceeps causeing errors : (
now thats not the full script just the problematic part please help
on:use{dialogue "start",XX} //set for XX the ID of the textcontainer or the file in wich the dialogue is
page=start //dont set here a semicolon (;) title=Trader // The title of the dialogue text=start //dont forget this I'm this islands native trader . What may i get you? text=end; button=buy,I want to buy! button=sell,I want to sell! button=info,What can you tell about this island? button=action:close,Nothing, thank you!
on:use{dialogue "start",XX} //set for XX the ID of the textcontainer or the file in wich the dialogue is
on:use { 	msg "foo!"; }
on:use { 	msg "foo!"; }
Tree addendum 	on:changeday { 		local $growthtime=spawntimer; 	} Axe addendum contained in on:impact script of axe 	$tmp5=getlocal($tmp,$tmp2,$growthtime); 	if (compare_behaviour($tmp,$tmp2,"tree")==1){ 		if ($tmp5<0){ 			msg "This tree is not ready to be felled" 		} 	}
tmp5=getlocal($tmp,$tmp2,$growthtime),,;
on:changeday { local $growthtime=spawntimer; }
on:changeday { local $growthtime; $growthtime=spawntimer ("self");
on:changeday { local $growthtime; $growthtime=spawntimer ("self");
on:changeday { 	local $growthtime; 	$growthtime=spawntimer ("self"); } on:globalize { 	$glob_growthtime=$growthtime; }