From 2db9e437fd16c3c955ff9e0952055feb4c5c997f Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Sat, 15 Nov 2008 09:08:11 +0000 Subject: [PATCH] - Reinstate an comment accidental deletion that occurred in revision 10421. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10471 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/CFDialog.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/CFDialog.py b/python/CFDialog.py index 833110663..767fcd31b 100644 --- a/python/CFDialog.py +++ b/python/CFDialog.py @@ -153,6 +153,11 @@ # rmsg = ["What ?", "Huh ?", "What do you want ?"] # speech.addRule(DialogRule(["*"], prer, rmsg, postr),2) # +# The following link points to a page on the Crossfire Wiki shows all the +# details needed to actually place this example in an actual game map: +# +# http://wiki.metalforge.net/doku.php/cfdialog?s=cfdialog#a_simple_example +# # A more complex example # ====================== #