You stand in a wild grass land with nothing. A high way road straightly go head in front of you few hundred meters away. You try to get close to this road, meanwhile, you find there is a [[car]] stop on the road.
A sign behind the car claims:
" You could use those cars to get out of here. Or you can go out by you feet if you want to die. The way out of here is 300 miles far from here!!"
To save your life and find the way back to city, you have to drive the car.
(set:$fuel to 100)
(set: $distance to 300)
[[Start Your Engine! ->On the way]]
[[I don't need the CAR!!! ->FAIL]]For hundreds mile distance, you can't survive without any supplys. Without car, you can't escape here.
Unfortunately, you fail to back to city.
[[Let's play it again! ->Start]] The condition of this car is pretty good, you suspect nobody drives it before. At this moment, the screen automatically shows the GPS information. It directs you a way back to city.
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
[[Lets get out of here!]]For curious, you head to there and check it. This car is a big red SUV with without any LOGOs. Everything such as shell, gps, break, wheal are in good condition. Also the fuel is full, you see the maxmum capacity is (print: $fuel)%.
[[Back ->Start]] This high way road is just like the normal road, even better than it. As you drive on the road, you can't feel any shake brought by road surface. And the surrounding area is really quiet and silent. There is only the sound created by the friction between wheel and road.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel is 0)[[FAIL]]
(if:$distance is 0)[[SUCCESS]]
[[look through window on the side -> outside]]
[[go ahead]]there are only numberless tree growth around the road. Because of those trees, you can't really see far place.
[[back ->Lets get out of here!]] As you go ahead, you see the road ahead is blocked by trees. You stop the car in front of them. Now, you see there is another side way to the left, and there is one [[sign]] stand near the tree.
(set: $distance to 250)
(set: $fuel to 80)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[turn left]]
(if: $condition is 1)[[Trust it!]]"Want to pass here? If you take 10 of your fuel to me, I could break down those trees!!!"
(set: $condition to 1)
[[go back->go ahead]]As you turn your car left, the information on GPS suddenly renewed. It corrects the way back and shows a new distance now.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[continue]]You trust the words on that sign and take 10% fuel to it. Suddenly, the trees disappears with sounds like thounder. There is only a broad and clean high way lie down in front of you with a single [[sign ->sign1]].
(set: $distance to 175)
(set: $fuel to 60)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[let us back to car ->back to car]]
As you go ahead, you see a familiar thing shows in your eyes, that's a car!
A black SUV stop at the road side and it looks really new. So some one might drive it here in few days even few hours!
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[go check it!->go check car]]
[[it's weird! Don't touch it->leave it there]]
After that strange event, you didn't meet any problem now. And with time goes by, you get a little tired now. When you take a nap for few seconds, you get crash with something. You get shocked and stop the car.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[get off the car and check it ->That's lucky]]
[[Just run out of here ->Oh no]]CONGRATULATION! You made it after far distance driving. Meanwhile, you see the shadow of big building comes into your eyes! Enjoy your life now!
[[Let's play it again! ->Start]] You get off the car and want to check what happened. There is a man lie down on the road! You get close to him and try to help him. But he just disappear when you try to do it.
(set: $distance to $distance-0)
(set: $fuel to $fuel - 0)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
[[what happen?]]You don't want to see what happen, you just want to get out of here as soon as possible. Then you accelerate your car to escape here. But that crash hurt your fuel tank a little. So you lose some precious fuel when you found it.
(set: $distance to $distance-50)
(set: $fuel to $fuel - 30)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[so bad...]]"I HAVE TAKE 10% FUEL FROM YOUR CAR. THANKS FOR YOUR TRUST. BUT, IT WILL NOT BE SO GOOD NEXT TIME"
[[BACK->Trust it!]] You think it is so happy and weird to meet a car here. So you breavely go ahead and check it. This is a big black SUV without LOGOs and numbers. The outside looks really new just like yours. When you touch the engine, the feeling from your hand tells you this car has been used just in few hours! But the door of [[fuel tank]] is open.
[[open the door]]
(if:$fuel >0)[[leave it there]]
(set: $distance to $distance-0)
(set: $fuel to $fuel - 0)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]As you open the door, you didn't see any one inside. The air in here is fresh without any smell. When you want to leave the car, you see an interphone lie down on the floor. But you can't use it.
(set: $distance to $distance-0)
(set: $fuel to $fuel - 0)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[anyway, let's back->go check car]]Although you can't see the inside of fuel tank, your feeling tell you there might be some fuel oil inside. And you know the rest of your fuel can't support you finish your trip. Using tube on your car could get some oil from this car. But how about the owner of this car?
[[No! I can't do it ->no]](fuel+0)
[[just get a little, it woundn't be a problem ->few]](fuel+10)
[[I don't care about anything else, I just want all of them->all]](fuel+40)You think it is hard to survive, but you also care about the others. Take few fuel will not influence a lot. After that, you close the fuel tank and back to the car.
(set: $distance to $distance-0)
(set: $fuel to $fuel + 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[open the door]]
[[leave it there]] Although your situation is not good, you still want to be a good guy. You close the door of this fuel tank and look this car again.
(set: $distance to $distance-0)
(set: $fuel to $fuel - 0)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[open the door]]
(if:$fuel >0)[[leave it there]]
(set:$condition to 3)
You think you are an evil now, you just take all of them and fill your tank. Now you stand in front of this car again.
(set: $distance to $distance-0)
(set: $fuel to $fuel + 40)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[open the door]]
[[leave it there]]
(set:$condition to 4)After get off the car, you back to your way again, it looks like you already finish most way now. The success is coming!
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
(if:$fuel >0)[[I can escape here!->escape]]You don't understand the things happend there, but you know it is useless to wait here, so you go back to the car and hope you can get out of here before fuel is run off.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
[[let's finish trip->trip]]You see the distance is still so far while your fuel is in a dangerous position. But you have no idea where can you find more supply in this road. There is only numberless trees outside. What you could do now is just continue your way.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[go ahead->continue your way]]When you go ahead, your sharp eye catch a liitle [[sign->sign2]] on the side. You stop the car and go ahead. It just like the sign you saw before. Who put this thing here? No body know it.
(set: $distance to 125)
(set: $fuel to 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[I don't want to believe the words on it -> leave]]
(if:$condition is 2)[[Okay, it might be good this time->trust]]"OHHH, NO FUEL? WELL, YOU CAN'T ARRIVE DESTINATION NOW. BUT I COULD GIVE YOU MORE FUEL AS MUCH AS YOU WANT!!"
(set:$condition to 2)
[[BACK->continue your way]] The fuel is almost run out now, when you feel hopeless, you just see something like a car on the road.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel < 0)[[FAIL]]
[[let's go there as soon as possible!->go check car]]You trust the words here, but it didn't give you some exactly thing. When you get confused by it, you see the fuel is leaking from your car..
(set: $distance to $distance-0)
(set: $fuel to $fuel - $fuel)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]As you drive ahead, you see a car there!! You can't believe what you see there, but it is actually a car!
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[let's go there->go check car]]
[[It's dangerous ->leave it there]] The distance is really less now, you check your fuel left, it looks like you could speed up to go back fast.
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
[[don't care about the outside, let's go->speed up]]It's almost there!
(set: $distance to $distance-50)
(set: $fuel to $fuel - 20)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel < 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
(if:$condition is 2)[[continue!->go next]]
(if:$condition is 1)[[continue!->go next]]
(if:$condition is 0)[[continue!->go next]]
(if:$condition is 3)[[continue!->go next3]]
(if:$condition is 4)[[continue!->go next4]]You find that the rest of fuel can't support you to speed up again, it looks like you will finally lost at outside. At this moment, that black SUV shows on the other side. The driver says:"hey, you are a good guy, why not just take my car and let's back to city now?"
(set: $distance to $distance-$distance)
(if:$distance <= 0)[[SUCCESS]]You check your fuel tank and distance, it looks like you could arrive the destination with few speed up. When you think the good life in city, a black SUV runs so fast and it directly hurt your car. After a drastic crash, you found your car is damaged while your fuel tank is broken.
(set: $distance to $distance-0)
(set: $fuel to $fuel - $fuel)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
[[FAIL]]
You check your fuel tank while the distance is almost zero, it looks like you can't drive the rest of road with your car since the fuel will run out soon. At this moment, the sign shows again in front of you.
It claims:"You almost there, but there is no fuel to do it. HAHAHA, I have little here, do you want to make deal with me?"
(set: $distance to $distance-25)
(set: $fuel to $fuel - 10)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
(if:$fuel <= 0)[[FAIL]]
(if:$distance <= 0)[[SUCCESS]]
(if:$condition is 1)[[I could use my feet to do the rest distance!->walk]]
[[still long way to back, I have to accpet it->accept]]You drive the car until it run out the fuel, then you drop the car and walk back to city. After few days hard work, you finally back to the city now!!
(set: $distance to $distance-$distance)
(set: $fuel to $fuel - $fuel)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: MISSING
[[SUCCESS]] You have no choice now, you are almost there, but you don't want to fail. So you decide to make a deal with it although you don't know what you will cost. After the little supply, you finally back to the city now!
(set: $distance to $distance-$distance)
(set: $fuel to $fuel +30)
Now, the fuel oil is: (print: $fuel)%
The Distance in GPS: (print: $distance)
[[SUCCESS]]