tnx for the answer i already know this, but i dont know how to put them in the variable i do the following step in C2(it's a little pseudocode)
Condition -> On start of layout
Action->AJAX request "http://www.domain.com/test.php" tag GetHealth
COndition-> AJAX "GetHealth" complete
Action-> Player set Health to int(AJAX.LastData)
IN test.php i only have this line of code
echo 200;
i only want to put this 200 on Health variable.