Good Day Experts
I am a fairly good artist and had my share of story writing and been working on an interesting novel for a year.
nowadays I feel like to put together the art and story into an interactive game.
everything is ready on the paper (the maps, choices, inventories, stats, ....), but this coding is completely opposite to what i was doing my whole life.
I've been learning but my knowledge is far less that my expectations.
For example I wanted to set TIME (I don't need DATE) , but i simply CAN'T.
here's my code:
define Time = 1 == ("Morning")
if Time >= 7:
$Time = Time - 6
else:
return
### I wanted 6 stages in the game, and after every successful action I would add +1 to the time. 6 should be midnight and i expected the above command to reset the value back to morning.
But it won't. I've searched for solutions and I don't understand them and copy pasting them wasn't helpful at all.
What would you suggest to this BRAIN of mine?
I am a fairly good artist and had my share of story writing and been working on an interesting novel for a year.
nowadays I feel like to put together the art and story into an interactive game.
everything is ready on the paper (the maps, choices, inventories, stats, ....), but this coding is completely opposite to what i was doing my whole life.
I've been learning but my knowledge is far less that my expectations.
For example I wanted to set TIME (I don't need DATE) , but i simply CAN'T.
here's my code:
define Time = 1 == ("Morning")
if Time >= 7:
$Time = Time - 6
else:
return
### I wanted 6 stages in the game, and after every successful action I would add +1 to the time. 6 should be midnight and i expected the above command to reset the value back to morning.
But it won't. I've searched for solutions and I don't understand them and copy pasting them wasn't helpful at all.
What would you suggest to this BRAIN of mine?