When using $readini, you can retrieve text with as many spaces as you wish, as it's separated by commas. However, as the /writeini command is not separated as such, you can't write an INI section with more than one word by default. Is there a way around this?
Code:
writeini scripts/Guide.ini "Two Words"  Reason Need to retrieve info!
msg $active $readini(scripts/Guide.ini, Two Words, Reason)

Need to retrieve info!