Hello! I am new to Construct 2 and far more used to languages and IDE's like Unity3D (Which helped boost my C# knowledge) and Flash AS3, however - Construct 2 harkens back to how I got my start programming with application builders like Multimedia Fusion. So far, I've set up a basic configuration with login/etc screen and all. However.. I can hit "Login" and get back strings, but text refuses to display any output variables with AJAX.LastData, which is rather strange.
For instance, the string output like this:
echo "{'User': '" . $UserName . "', 'Email':'John@Doe.com'}";
This how it gets back into Construct 2: {'User': '', 'Email':'John@Doe.com'}.
So... AJAX.LastData is working, but it only sees solid strings, not variables which I know are being -sent-. One is a "task" var that will change what happens, standard. What am I doing wrong?