It's not an ini file, it's a .chr file that reads like an ini or txt. There's no character.ini but instead, a file based on the character name ($nick if they're logging in on their nickname) or ($3 if they're logging in with their character name, on a different nickname)

So they can go
!login password charactername
And get logged in, even on another nickname.
The file works for every other script and snippet I have except this one.

In this code, the nickname and character name is Misk. But I'd like to login to Misk's information through a different nickname like Misk-CardShop or whatever it happens to be.
Code:

[pass]
pass=Kookame
[#MyRoom~Misk]
Name=Misk
Register=on



Last edited by Kooky; 03/04/15 12:18 AM.