From 049964583b191f2302ff666f97ca23417b80762e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 18 Apr 2016 20:38:14 -0400 Subject: doc: Remove obsolete texinfo files. --- doc/scripting.texi | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 doc/scripting.texi (limited to 'doc/scripting.texi') diff --git a/doc/scripting.texi b/doc/scripting.texi deleted file mode 100644 index be748c5..0000000 --- a/doc/scripting.texi +++ /dev/null @@ -1,21 +0,0 @@ -@node Scripting -@chapter Scripting - -The ability to write scripts is very important for most games. Scripts -are short programs that modify game state. In an RPG, one might want -to write a script that causes an NPC to walk up to the player and -begin a conversation with them. Sly allows for easy, linear -script writing by using cooperative multitasking, also known as -coroutines. Agendas are used to schedule scripts to be run at distinct -points in game time, and actions provide an API to describe -transformations that happen over a period of game time. - -@menu -* Coroutines:: -* Agendas:: -* Actions:: -@end menu - -@include scripting/coroutine.texi -@include scripting/agenda.texi -@include scripting/actions.texi -- cgit v1.2.3