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>...")
 
Line 1: Line 1:
 +
<languages/>
 +
<translate>
 
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 6:
 
</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>

Revision as of 11:37, 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.