[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:cavesomething:guide_to_quest_dialogs
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Tue Mar 23 20:56:25 CDT 2010
A page in your DokuWiki was added or changed. Here are the details:
Date : 2010/03/23 20:56
User : cavehippo
Edit Summary:
@@ -213,21 +213,19 @@
* 1 Month has 35 Days
* 1 Day has 28 hours
* 1 Hour has 60 minutes
- Any attempt to check for an age of more than these values is an error - ie,
+ Any attempt to check for an bigger numbers than these will be silently rewritten in use - ie,
- This is **Wrong**:
<code>
"pre" : [["age", "mymarker", "0", "0", "36", "0", "0"]],
</code>
- use this:
+ gets treated the same as:
<code>
"pre" : [["age", "mymarker", "0", "1", "1", "0", "0"]],
</code>
- Instead
-
+ Although it would be better to use the second version because it is easier to compare to other age checks.
=== The Post Block ===
After the Pre block is used to decide whether a message should trigger, the post block holds the consequences.
IP-Address : 81.141.60.247
Old Revision: http://wiki.metalforge.net/doku.php/user:cavesomething:guide_to_quest_dialogs?rev=1269387679
New Revision: http://wiki.metalforge.net/doku.php/user:cavesomething:guide_to_quest_dialogs
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list