<img src="https://whyyoudo.it/wp-content/uploads/2021/05/depositphotos_56666643-stock-photo-energetic-old-man-with-cane-1.jpg" height="700" width="450">
<!DOCTYPE html>
<html><head><title></title></head>
<body>
<h3>You like a lot of things, like music, sport and hanging out with your friends. But if there's one thing you don't like, it's international terrorism.
Can you hunt down and kill all the terrorists everywhere?</h3>
</html>
<div class="action">
[[Start->main.]]
</div>
(set: $hp to 10)
(set: $coins to 10)
(set: $days to 0)
<img src="https://whyyoudo.it/wp-content/uploads/2021/05/istockphoto-811168564-640x640.jpg" width="700" height="450">
You've been hunting terrorists for $days days. You have $coins coins and your health is $hp.
<div class="action">
[[Rest.]]
<div class="action">
[[Adventure.->adventure]]
<div class="action">
[[Shop.]]
(set: $hp to 10) (set: $days to $days + 1)
You feel refreshed.
(display: "main")
[[main.]]A Terrorist appears! (set: $terrorist_hp to 3)
[[fight]]
[[flee->main]]
[[main.]][[main.]](if: (either: 0, 1) is 0)[
The terrorist attacks you!
(set: $hp to $hp - (either: 1,2,3))
(if: $hp < 1)[ You are [[dead]]! ]
(else:)[ Your health is $hp.
[[fight]]
[[flee|main]] ]
]
(else:)[ You hit the terrorist!
(set:$terrorist_hp = $terrorist_hp - 1)
(if: $terrorist_hp < 1)[ The [[terrorist is dead]]! ]
(else:)[
Its health is $terrorist_hp.
[[fight]]
[[flee|main]] ]
]Double-click this passage to edit it.You are dead! [[restart?|init]](set: $drop to (random: 3,10))
(set: $coins to $coins + $drop)
You collect $drop coins from the monster carcass! You have $coins coins and your health is $hp.
[[continue|adventure]]
[[go home|main]](set: $drop to (random: 3,10))
(set: $coins to $coins + $drop)
You collect $drop coins from the terrorist carcass! You have $coins coins and your health is $hp.
[[continue|adventure]]
[[go home|main.]]Double-click this passage to edit it.Double-click this passage to edit it.