Can you write a function for better climate world wide?

Hero

New member
Mine doesn't seem to be working

var invoke;
invoke {
if temp=> 25 degrees
then
raiseTemp

if snow.OnGround
then
God.say("Go away snow";)

if windy.outside
then
God.say("Go away wind!";)

}

invoke();


Trace callback:What the hell are you doing?
 
Back
Top