DR4LUC0N Posted December 28, 2012 Posted December 28, 2012 (edited) I have a script that's supposed to do @hide on login if you're a GM of a certain level. Here's the scripts contents.... - script PCLogin::PCLogin3 -1,{ OnPcLoginEvent: if (getgmlevel() >= 99) atcommand strcharinfo(0) + "@hide" ; end; } rA gives me an error upon logging in warning: script: buildin_atcommand: failed to execute command 'strcharinfo<0>@hide' I've been out of the RO scene for awhile and I'm getting back into it...I don't remember any of my scripting stuff. ;( Edited December 28, 2012 by DR4LUC0N Quote
AnnieRuru Posted December 28, 2012 Posted December 28, 2012 1st off, wanna tell you go take a look at our conf\groups.conf it has been split into 2 script commmands getgmlevel() and getgroupid() - script kjhfksjfhs -1,{ OnPCLoginEvent: if ( getgmlevel() == 99 ) atcommand "@hide"; end; } something like this I guess Quote
DR4LUC0N Posted December 28, 2012 Author Posted December 28, 2012 Thank you very much Annie. When you get the chance can you look at my other script in the request section? Quote
Question
DR4LUC0N
I have a script that's supposed to do @hide on login if you're a GM of a certain level.
Here's the scripts contents....
rA gives me an error upon logging in
I've been out of the RO scene for awhile and I'm getting back into it...I don't remember any of my scripting stuff. ;(
Edited by DR4LUC0N2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.