[CD3.55] Questions about codes...

Play Now

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
167
14
45
I have a few duds on the scripting codes that do not understand its operation.
They are the following codes:

-------------------------------------------------------------------------------------------------------------
- FormatStr "FLD_CHARACTER='%s'" %USERNAME

- Mov D1 %ARG(2)
Mov A3 %ARG(1)

- ReadValueSql "TBL_USERTITLE" %A9 "FLD_USERTITLE" [@Start500]

- Mov A6 %A9

- Mov D3 %ARG(1)

- UPDATEVALUESQL "TBL_USERTITLE" %A8 %A9

- Equal A3 ""

- FormatStr "FLD_USERTITLE='%s'" TkiLaBOSS
-------------------------------------------------------------------------------------------------------------

I can not understand this kind of codes.
Is there any tutorial or could someone explain please?

Thank you very much for everything. :)
 

Mart393

Dedicated Member
Dedicated Member
Dec 15, 2011
167
14
45
I have studied all the forums on this subject, and I learned many things.
But I do not understand it used for variable %ARG(1) ?

I do not understand its operation. someone can explain me please?

thanks
 
Upvote 0

taifun

Dedicated Member
Dedicated Member
Jan 7, 2012
461
11
44
Romania
I have studied all the forums on this subject, and I learned many things.
But I do not understand it used for variable %ARG(1) ?

I do not understand its operation. someone can explain me please?

thanks

Ask TKILLA BOSS:)
 
Upvote 0

Zisha

Dedicated Member
Dedicated Member
Feb 23, 2012
165
5
44
This script is for idiots... if you need a title...
use flags :S not sql..

Check [100] 0
#act
break

#if
check [100] 1
#act
eventmsg [grobal] " TkilaBoss Online!

...
 
Upvote 0

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
This script is for idiots... if you need a title...
use flags :S not sql..

Check [100] 0
#act
break

#if
check [100] 1
#act
eventmsg [grobal] " TkilaBoss Online!

...
no thats the script for idiots lol, this is the script for real proper titles


and to answer the post question, %ARG is argument

Its used to recall the temporarily stored value, in this case it looks to be "TBL_USERTITLE" as thats the first Argument, but it looks like it should be A1 and not D1 unless theres more of the script i cant see
 
Last edited:
Upvote 0