Difference between revisions of "Script-define"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "Global define declaration with script-define tag . For example: <syntaxhighlight lang="xml" line> <script-define NUMBER1="2222222222" NUMBER2="1234222223"/> </syntaxhighlight>...")
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<languages/>
 +
<translate>
 +
<!--T:1-->
 
Global define declaration with script-define tag . For example:
 
Global define declaration with script-define tag . For example:
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
Line 4: Line 7:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
After declaring NUMBER1 as define NUMBER2 can be used in all scripts on this server.
 
After declaring NUMBER1 as define NUMBER2 can be used in all scripts on this server.
 +
</translate>

Latest revision as of 11:38, 23 January 2022

Other languages:
English • ‎русский

Global define declaration with script-define tag . For example:

1<script-define NUMBER1="2222222222" NUMBER2="1234222223"/>

After declaring NUMBER1 as define NUMBER2 can be used in all scripts on this server.