I would prefer if they would focus more on the game, events, and invasions - the story. But a part of me really wishes them to develop r2 further. Umm.. now I'm contradicting myself ^.^'
Anyway, I accidentally deleted all my .r2 files over a time - all the interesting projects gone to waste, never came into public for all to enjoy, but I'm still in the mood to redo most of them. How about you? will you develop scenarios, organize events and push ring to it's limits?
What are your thoughts on the developers adding a "variable" and a "check for variable conditions" to execute events? basically
Code: Select all
$kitten = 10; or..
var kitten = 10; or
int kitten = 10; ..
Code: Select all
if ($kitten = 0)
{
exe_event(argument[, argument, argument]);
}