on login script call broken?

johngnash

Member
Yeah i know i ask a lot of questions as of late, but I'm trying to branch out.

As such, is the log in script function broken? I've tried linking a script to my on log in, doesn't seem to work, as well i try to write a script to log me in and call a script, doesn't work.

As an example of script to log me in and call another script, which looks like it should work...

void main{
cli_execute("log in <Name>");
cli_execute("My BreakfastScript.ash.txt");}

Thanks for the help in advance
 

johngnash

Member
oh, cause that just says login command. i didnt understand that to be on login script.... i knew it was a simple answer, thank you.
 

holatuwol

Developer
The login command was broken and is now discontinued. Login scripts were just broken and were fixed after the v11.2 release.
 
Top