I have about 50 ajax requests in my game, all work fine (so no issue there).
My question is this: When Ajax is called and returns "None" is there an easy way to compare this for a condition?
I have tried:
tokenat(AJAX.LastData,0,"|") not equal to "None"
AJAX.LastData not equal to "None"
AJAX.LastData not equal to 0
AJAX.LastData not equal to ""
(on a side note, null returns in ajax are squirrely, sometimes the have a space at the end, sometimes not depending...and no rhyme or reason I can tell)