This is maybe a stupid question but how do i make my own adventure?
(if its possible of course
)
Scripts
Scripting Questions
)
loadmap on:start {
	diary "Brief","*diary source*";
}
on:start {
diary "Brief","Le Survival
version 2.3.4 test beta
*blah blah blah
blah blah blah
blah blah blah
...*";
}
on:start{
add "blah blah blah";
add "blah blah blah";
diary "Brief";
}
dialogue and the sub commands.
dialogue and the sub commands.
dialogue and the sub commands.
on:use { dialogue "start","sys/scripts/nativetalk.s2s"; }
page=start title=Native text=start *your chat text here* text=end button=action:close,Bye
on:keyhit|yourkeyID|{
	loop ("units"){
		addstate "unit",loop_id(),"speed";
		statevalue "unit",loop_id(),"speed",-10;
	}
}