how to create skills
Guesti want to make things like "mining" and "cooking" or "building"
how do i do that
on:iskill_cook { 		incskill "cook",1,"cooking"; 		$tmp=skillvalue("cook"); 		if ($tmp==50){ event "skillup","global"; 		unlockcombi "salt_cookies";}		 	}
event "iskill_cook","global";
combi=start id=salt_cookies req=//Here you have to add the id from which item you need for the salt_cookies and how much (e.g xy,1) req=//the second item you need. you can also make a third gen=//Here you have to add the salt_cookie id script=start 	speech "positive"; 	process "merging",150; 	event "iskill_cook","global"; script=end combi=end
on:iskill_cook { 		incskill "cook",1,"cooking"; 		$tmp=skillvalue("cook"); 		if ($tmp==50){ event "skillup","global"; 		unlockcombi "salt_cookies";}		 	}
event "iskill_cook","global";
combi=start id=salt_cookies req=//Here you have to add the id from which item you need for the salt_cookies and how much (e.g xy,1) req=//the second item you need. you can also make a third gen=//Here you have to add the salt_cookie id script=start 	speech "positive"; 	process "merging",150; 	event "iskill_cook","global"; script=end combi=end
on:iskill_cook { incskill "cook",1,"cooking"; $tmp=skillvalue("cook"); if ($tmp==50){ event "skillup","global";unlockcombi "salt_cookies";} }
on:skill_cook{msgbox "Skill Info","sys/skillinfos/cook.inf";} on:iskill_cook { 	incskill "cook",1,"cooking"; 	$tmp=skillvalue("cook"); 	if ($tmp==50){ event "skillup","global"; unlockcombi "salt_cookies";} 	if ($tmp==100) { event"skillup","global";} 	... }
on:iskill_cook { incskill "cook",1,"cooking"; $tmp=skillvalue("cook"); if ($tmp==50){ event "skillup","global";unlockcombi "salt_cookies";} }
on:skill_cook{msgbox "Skill Info","sys/skillinfos/cook.inf";} on:iskill_cook { 	incskill "cook",1,"cooking"; 	$tmp=skillvalue("cook"); 	if ($tmp==50){ event "skillup","global"; unlockcombi "salt_cookies";} 	if ($tmp==100) { event"skillup","global";} 	... }