I'm not sure what you really want but this is not what ini files are for
Quote:

[script]
n0=on ^600:TEXT:*:?:{
$1-
halt
}

INI files are used for storing data sorta like this:

[user1]
nick=nickname
address=*!*@address.com
level=600
[user2]
nick=nickname
address=*!*@address.com
level=600

or maybe

[600]
1=nick``
2=tommy
3=DaMan
4=sOhO
what is it you want it to do, or how do you want to Use the data you are writing?