Cave
var
_size
_defense //etc.
Dragon
var
_name
_strength
_defense //etc..
The object is to do things such as quests and attacking other player's Dragons. Attacking a Dragon will take say, an hour to complete. I want players to be able to attack an enemy's Dragon, even if the enemy is offline.
How would I go about handling this?