I need to prevent users from executing certain action in case game was launched from disk rather than from under the steam launcher. I was thinking about creating a value (lets say named "steam_found") and setting it to either 0 (when client is not launched) or 1 (when it's launched). The problem is that currently the only "0" in the equation are my programming skills. Can someone plese tell me how to modify the Steam script in a way that instead of "print" it will set the forementioned value?
if getProperty("steam_initialized") then
print("Steam has been found!")
else
print("No Steam anywhere to be seen")
end