- 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
master
kbulgrien 2008-11-15 09:08:11 +00:00
parent 9977b1298f
commit 2db9e437fd
1 changed files with 5 additions and 0 deletions

View File

@ -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
# ======================
#