[Crossfire-wiki] [Crossfire DokuWiki] page changed: client_side_scripting:client_scripting_interface-basic_howto

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Thu Dec 13 08:07:25 CST 2012


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2012/12/13 08:07
User        : katia
Edit Summary: 

@@ -216,8 +216,9 @@
    * //request map pos <x> <y>// - Tells script current position of player
    * //request map end// - Marks the end of a complete map transfer from client to script. Helpful.
  
    * FIXME ** NOTE more information strings to be added here, incomplete list **
+ 
  
  
  ==== The issue command ====
  This command has it's particularities. I'll try to detail all I've encountered so far.
@@ -247,19 +248,19 @@
    issue 0 0 get nugget (works as 'get nugget')
    issue lookat 2 3 (works as left clicking on the spot 2 tiles to your right and 3 tiles down, coords are relative to player position)
  
  Some examples that **do NOT** work:
-   <del>issue apply</del>
-   <del>issue 0 apply</del> 
-   <del>issue 1 apply</del>
-   <del>issue 2 0 apply</del> (works only once, not twice as expected)
-   <del>issue 2 1 apply</del> (works only once, not twice as expected)
-   <del>issue get 4 nugget</del> 
-   <del>issue 4 1 south</del> (works only once, not 4 times as expected)
-   <del>issue 4 0 south</del> (works only once, not 4 times as expected)
-   <del>issue 1 1 lookat 2 3</del>
-   <del>issue 0 1 lookat 2 3</del>
-   <del>issue 0 0 lookat 2 3</del>
+   issue apply
+   issue 0 apply
+   issue 1 apply
+   issue 2 0 apply  (works only once, not twice as expected)
+   issue 2 1 apply  (works only once, not twice as expected)
+   issue get 4 nugget
+   issue 4 1 south  (works only once, not 4 times as expected)
+   issue 4 0 south  (works only once, not 4 times as expected)
+   issue 1 1 lookat 2 3
+   issue 0 1 lookat 2 3
+   issue 0 0 lookat 2 3
  
  FIXME add a complete set of commands that work with <repeat> and another of those that work without it.
  
  ===== Windows-specific notes =====


IP-Address  : 186.52.88.112
Old Revision: http://wiki.metalforge.net/doku.php/client_side_scripting:client_scripting_interface-basic_howto?rev=1355407500
New Revision: http://wiki.metalforge.net/doku.php/client_side_scripting:client_scripting_interface-basic_howto

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/



More information about the crossfire-wiki mailing list