WOW.... Ok so lets say i want to get a name from a global message like....
[GLBL] Bot "Well done Ian, nice work"
so to grab ian would i use getword(%msg, 4); cause the [GLBL] is 0, bot is 1, "well is 2, done 3, ian 4, nice 5, work 6,.... well with your %word setting the word from 1 to 5 what did you mean?