I have a area with 2 vars, for sake of simplicity..
var
Required
PlayerVar
I can set both fine and dandy, however I cannot check against it properly and for the life of me I can't figure out how to do it properly because as far as I'm aware it's returning
"Test"
rather than..
Test
which is causing
GetReq(mob/M,Req as text)
return M.vars[Req]
To fail.
[*Solved*]
I had managed to slip in a OR condition inside the GetReq command which was causing it to succeed due to another reason. I apologize to everyone in here that tried to help me and I caused hassle to.
......MAN I feel *bleep*ing daft now.