• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Oops, I posted this in wrong forums... How to I read a name from an INI File?

Stropfo

New member
Joined
Dec 19, 2005
RedCents
Ok, I was wondering how I would get a name, (That I can change inside the INI) so like if i did a plugin that would warp to the person's name that is in the ini, or if i could have multiple names with ID numbers example in the INI

[Names]
Stropfo
Markorak

if there is somehow I can have those id'ed and then checked by a plugin with a command like /warp 1, or 2. this would be easier if i could just chat.
if anyone has msn, aim, or yahoo, please post it...
thanks in advanced
 
MQ2RWarp already does this for you using waypoints. Although that might not be exactly what you looking for.

/waypoint YourWpname

sets the new waypoint in the waypoints.ini file.
 
/varset Name ${Ini[FileName.ini,Names,Mob${Cnt},${NotFound}]}
------------------------^^^^
File Name
---------------------------------^^^^
Section name in [ ]
-------------------------------------------^^^^
What its reading Left side of = sign
------------------------------------------------------^^^^
If no list item is found.. then this is the value your variable is given


FileName.ini

[Names]
Mob1=Stropfo
Mob2=Markorak



ok thats how i understand INI files to be read and values gotten from ini files to work

I AM sure if i am off base ... someone will correct me 8-)


Army
 
Oops, I posted this in wrong forums... How to I read a name from an INI File?

Users who are viewing this thread

Back
Top
Cart