where are the variables stored in SQL?

Zirius

New member
Messages
261
Points
0
Hello! i am starting to script, though there is @set command, I just want to be more precised, how are the variables stored?

if it is char variable, will it go to the char table? because i cannot see it. same for account variables?

Hope somebody can help. Thanks.

 
Character variables

Number: char_reg_num_db

Strings : char_reg_str_db

Account variables

Number: acc_reg_num_db

Strings : acc_reg_str_db

Note: variables are not stored to sql as soon as it is set, theres some time interval before it is saved to SQL.

 
Back
Top