Off Topic > Games
Zelda World - Alpha
Blastdown:
Oh cool, the first patch.
Trying it out now. :D
otto-san:
I tested the mod system, it works! Now, let's make some mods, shall we?
:cookieMonster:
my painfully simple script:
--- Code: ---function testModCommand()
{
if($monkey)
{
messageAll('',"\c6Look, a monkey.");
}
else
{
messageAll('',"\c6No monkeys here.");
}
}
--- End code ---
Destiny/Zack0Wack0:
How'd you know how it worked without an example? Or did you just guess I would use the same system as Blockland's, lol?
Hiiro3293:
--- Quote from: Destiny/Zack0Wack0 on August 23, 2010, 06:59:24 PM ---How'd you know how it worked without an example? Or did you just guess I would use the same system as Blockland's, lol?
--- End quote ---
You made this game?
Packer has an alt
Destiny/Zack0Wack0:
I made the mod system and the rupee system. That's all I've contributed so far.