Ribis - get the text you want with ajax, then separe a value that you want for each variables
example:
1? - Request a text "100|1|2|" from an url using Ajax
2? - On Completed Ajax Request
- Then set "Healt" variable value to tokenat(AJAX.LastData,0,"|")
+ set "Point" variable value to tokenat(AJAX.LastData,1,"|")
+ set "Level" variable value to tokenat(AJAX.LastData,2,"|")