Blockland Files > Add-Ons
ToolWand(TW)
<< < (22/25) > >>
Melonking906:
Here is a thing I like to call my Log :)

http://web.me.com/iremongerdaniel/Melon_Land/My_Log.html
NiXiLL:
@arstulex:
You need some basic scripting knowledge.

@melon:
You don't seem to have any packs installed.

Also, while brown townyzing your console.log, I found 2 add-ons that have syntax errors. On 3 syntax errors the game crashes, just so you know.

Oh yeah, heres the syntax error logs of those other add-ons.

Firework launcher
--- Code: ---Loading Add-On: Weapon_FireworkLauncher
Add-Ons/Weapon_FireworkLauncher/server.cs Line: 588 - Syntax error.
>>> Some error context, with ## on sides of error halt:
   %projectile.schedule(4000,MakeExplosion, %p, %projectile);
   %projectile.schedule(1000,MakeExplosion, %p);
}##
##
function fireworklauncherProjectile::MakeExplosion2(%this, %obj, %projectile) {   
>>> Error report complete.
Executing Add-Ons/Weapon_FireworkLauncher/server.cs.
Add-Ons/Weapon_FireworkLauncher/server.cs Line: 588 - Syntax error.
>>> Some error context, with ## on sides of error halt:
   %projectile.schedule(4000,MakeExplosion, %p, %projectile);
   %projectile.schedule(1000,MakeExplosion, %p);
}##
##
--- End code ---
Parachute
--- Code: ---Loading Add-On: Item_Parachute
Add-Ons/Item_Parachute/server.cs Line: 221 - Syntax error.
>>> Some error context, with ## on sides of error halt.
%client.player.unmountimage(2);
%client.paraing = 0;
return;
^{##
##
schedule(150, 0, checkvel, %client);
}
function hegrenadeImage::onFire(%this, %obj, %slot)
>>> Error report complete.
Executing Add-Ons/Item_Parachute/server.cs.
Add-Ons/Item_Parachute/server.cs Line: 221 - Syntax error.
>>> Some error context, with ## on sides of error halt:
%client.player.unmountimage(2);
%client.paraing = 0;
return;
^{##
##
schedule(150, 0, checkvel, %client);
}

--- End code ---

arstulex:
what's all this "twlist.txt" stuff all about? could you explain it better?
Melonking906:
This is a pic of my addons folder




As you can see the TW things are there, so why does it not work?

P.S. Thanks for the error point outs.
NiXiLL:
Hmm, if that's the case one of your add-ons must be conflicting with the toolwand.
Navigation
Message Index
Next page
Previous page

Go to full version