DR4LUC0N Posted December 28, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 135 Reputation: 6 Joined: 04/04/12 Last Seen: July 23, 2024 Share 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 Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 28, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
DR4LUC0N Posted December 28, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 135 Reputation: 6 Joined: 04/04/12 Last Seen: July 23, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
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 DR4LUC0NLink to comment
Share on other sites
2 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.