Script help

Mu online season 21 - grand opening

mirlin6

Golden Oldie
Golden Oldie
Aug 11, 2004
532
3
104
United Kingdom
I am making a script but i want it to work like this

[@@inputUsername]
#ACT
mov A5 %INPUTSTR
goto @test1

[@test1]
#ACT
heres were i have the trouble i want it to go to a5 %USERNAME so i can store the username and use for the rest of the script

anyone know?

/mirlin6
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
I am making a script but i want it to work like this

[@@inputUsername]
#ACT
mov A5 %INPUTSTR
goto @test1

[@test1]
#ACT
heres were i have the trouble i want it to go to a5 %USERNAME so i can store the username and use for the rest of the script

anyone know?

/mirlin6
For a start you would need to use a diffrent number so like

mov A6 %USERNAME.

A much better way or recalling the username is

#SAY
<$USERNAME>

if you can get away with it but i did hear you cant just move a username to a A number just like that, you need to do it through SQL commands apparently.
 
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
Use not A5 but better you use B5 then it work.

you can use <OutPut(B5)> or if you need only the Username then Use %USERNAME
If you work with my Script Editor you have all the Working things.
 
Upvote 0

mirlin6

Golden Oldie
Golden Oldie
Aug 11, 2004
532
3
104
United Kingdom
ye im using your script edit, its great :) but i want it so when i type in the username it then follows the rest of the script

is there also a way i can make a script that will tell me who is in a certain cave?
 
Last edited:
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
you mean a Script this hold all the Name and Placed ? , hmm this you made better with DB and not with Text file or other things.

If you need Global Var then use B for AlphaNumeric and N for Numeric.
I know the Editor have only a hand full help and it show only littel things :-/
If I have time I can look for a Update on it with more power.
 
Upvote 0