New Variable

Play Now

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
For anyone who runs out of variable space like me eg d1 d2 d3 etc
Ive found a working variable that no1 has mentioned before.

This is B, im not sure what it stands for but it seems to work the same as A, in the way that it holds both letters and numbers
So now we have

A alphanumeric Global
B alphanumeric Local
N Number Global |Value = 32bit
D Digit Global |Value = 255
P Number used for calculations?
If anyone knows of anymore feel free to post the info :)
 
Last edited:

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
k thanks Haz, il give it a try and see if it works

---------- Post Merged at 03:07 PM ---------- Previous Post was at 03:00 PM ----------

no doesnt look like T works :(
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
B is used in the Marriage script... looks like it's used to store a string .... i.e.

Code:
#Define N50{START} N50
#Define N51{WEDDING} N51
#Define N53{TIME} N53
#Define N54{TRY} N54
#Define N55{WAITINGTIMEOUT} N55
#Define N56{MAN} N6
#Define N57{GIRL} N7

#Define B1{MANNAME} B1
#Define B2{GIRLNAME} B2
#Define B3{INPUTGIRLNAME} B3

Coly will have written about this somewhere, what it's used for etc. I remember seeing him posting all this stuff a while back. cba to look for the thread though :)
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
B is used in the Marriage script... looks like it's used to store a string .... i.e.

Code:
#Define N50{START} N50
#Define N51{WEDDING} N51
#Define N53{TIME} N53
#Define N54{TRY} N54
#Define N55{WAITINGTIMEOUT} N55
#Define N56{MAN} N6
#Define N57{GIRL} N7

#Define B1{MANNAME} B1
#Define B2{GIRLNAME} B2
#Define B3{INPUTGIRLNAME} B3

Coly will have written about this somewhere, what it's used for etc. I remember seeing him posting all this stuff a while back. cba to look for the thread though :)
i tried using 10+ for variables like D20 etc it never worked, jsut used D2 instead =/
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
Sorry is very very long ago thats I have used Mir3 Server...
All I mean to know ^^ is this :

A alphanumeric Global
B alphanumeric Local
N Number Global |Value = 32bit
D Diget Global |Value = 255

Global and Local : no idea if I say it in wrong order... need to test out...
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
Sorry is very very long ago thats I have used Mir3 Server...
All I mean to know ^^ is this :

A alphanumeric Global
B alphanumeric Local
N Number Global |Value = 32bit
D Diget Global |Value = 255

Global and Local : no idea if I say it in wrong order... need to test out...

What would be the official meaning of global and local coly?