Sorry, I just realised that this is the Construct 2 section:
But you can still use the same system in C2.
I just checked your Picture and here is a few recommendations:
1-Remove the 0.1
2-Save the value & Delete the index as I did
3-Wait 0.5 and call your function
4-On function check if "Global_Var" = "eins" etc...
5-Remove all the trigger once as are not needed because the function is already a
trigger once.
6-Use Else:
"Global_Var" = "eins"
Else:
"Global_Var" = "zwei"