Fix comments.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13370 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
88fc3f0db4
commit
5ecbcdb6d7
|
@ -4,13 +4,12 @@
|
||||||
# The following code runs when a dialog has a pre rule of 'knowledgeknown'
|
# The following code runs when a dialog has a pre rule of 'knowledgeknown'
|
||||||
# The syntax is ["knowledgeknown", "knowledge"]
|
# The syntax is ["knowledgeknown", "knowledge"]
|
||||||
# To deliver a True verdict, the player must have the knowledge represented
|
# To deliver a True verdict, the player must have the knowledge represented
|
||||||
# by "knowledge" (specific format depending on the format).
|
# by "knowledge" (specific format depending on the type of knowledge).
|
||||||
#
|
#
|
||||||
## DIALOGCHECK
|
## DIALOGCHECK
|
||||||
## MINARGS 1
|
## MINARGS 1
|
||||||
## MAXARGS 1
|
## MAXARGS 1
|
||||||
## .*
|
## .*
|
||||||
## \*
|
|
||||||
## ENDDIALOGCHECK
|
## ENDDIALOGCHECK
|
||||||
|
|
||||||
knowledge = args[0]
|
knowledge = args[0]
|
||||||
|
|
Loading…
Reference in New Issue