Jump to content
  • 0

Domination script


Question

5 answers to this question

Recommended Posts

Posted


Examples:

name - permanent character integer variable

name$ - permanent character string variable

@name - temporary character integer variable

@name$ - temporary character string variable

$name - permanent global integer variable

$name$ - permanent global string variable

$@name - temporary global integer variable

$@name$ - temporary global string variable

.name - NPC integer variable

.name$ - NPC string variable

.@name - scope integer variable

.@name$ - scope string variable

#name - permanent local account integer variable

#name$ - permanent local account string variable

##name - permanent global account integer variable

##name$ - permanent global account string variable

Posted
Examples:
name - permanent character integer variable
name$ - permanent character string variable
@name - temporary character integer variable
@name$ - temporary character string variable
$name - permanent global integer variable
$name$ - permanent global string variable
$@name - temporary global integer variable
$@name$ - temporary global string variable
.name - NPC integer variable
.name$ - NPC string variable
.@name - scope integer variable
.@name$ - scope string variable
#name - permanent local account integer variable
#name$ - permanent local account string variable
##name - permanent global account integer variable
##name$ - permanent global account string variable
getitem $prize_id_dom, $prize_amount_dom;

change it to 

getitem #prize_id_dom, #prize_amount_dom;

?

nbBUMPPPP

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...