Akoz Posted September 11, 2023 Report Share Posted September 11, 2023 @Kassieti Is this what you meant to do for this? I am really lost in all of this lol - I know I did something wrong as its not working 😐 Link to comment Share on other sites More sharing options...
Implementor Kassieti Posted September 11, 2023 Implementor Report Share Posted September 11, 2023 Click the magnifying glass in the upper left, under the folder icon so you can see your events and variables and, well, everything. Select the OnConnect event. Where you're viewing the XML tab in the image above, choose "Script Text". In my opinion, it's easier to work like this. In this, it names it Kassieti. Which is fine, if that's the only character you're using. If you change characters often, you'll need a variable in there instead, as you've got in yours. On that screen, it should look like this: #LOG %concat(Logs\@Character," ",%time(d),%time(mmm),%time(y)) If it does, double check to make sure you have a folder called "Logs" in your CMud folder. If it looks like this: #LOG %concat(Logs\@Character," ",%time(d),%time(mmm),%time(y)) Means you don't have that variable made. You can either use the New pulldown at the top there, or throw this into your command line: #VAR Character Akoz and it should make one for you. Just replace "Akoz" with your character name. Link to comment Share on other sites More sharing options...
Akoz Posted September 11, 2023 Author Report Share Posted September 11, 2023 I added a LOG Folder because there wasn't one and its not logging to it or where I was manually logging too. When I mouse over character I can see the right character - Sorry I am sorry much trouble >.< lol Link to comment Share on other sites More sharing options...
Implementor Kassieti Posted September 11, 2023 Implementor Report Share Posted September 11, 2023 You're probably going to want another event in the main FL section (where your aliases are): ondisconnect that just has #LOG in the script text. Probably won't solve your problem, but you'll want one anyway. As it seems to be temperamental, you could always pull the event into the main section so that it's not in a folder that's disabled by default. Link to comment Share on other sites More sharing options...
Akoz Posted September 11, 2023 Author Report Share Posted September 11, 2023 Log is on: C:\Users\name\OneDrive\Documents\My Games\CMUD\ForsakenLands\Logs\Charactor 11Sep23.txt It was trying to go to a different location. All working now. Including Disconnect 1 Link to comment Share on other sites More sharing options...
Recommended Posts