I won't tell you details of it, but I think it will be great mod.
Details of my mod later.
Now I've got some questions.



page=NAME title=idontknow script=start 	on:click { 		event "event","info",ID; 	} script=end
on:event { 	dialogue "blabla","ID"; }
on:use { if $mode=1 { if playergotitem(X)=Y { $mode=3 } } if $mode=0 { dialoge "start",ID; } elseif $mode=1 { dialoge "two",Id } elseif $mode=2 { dialoge "three",ID } }