Blockland Forums > General Discussion
I have some question. What Programming Language you used here in BlockLand?
micolord:
??
Chrono:
TorqueScript.
micolord:
I've never heard of that, will you give me an example? If you touch a Brick you'll die? Just an example.
Bushido:
--- Code: ---function CTFmeleegripImage::onFire(%this, %obj, %slot)
{
%obj.setImageTrigger(1,2);
}
--- End code ---
probably not the best example available BUT
micolord:
@Bushido
May I ask? What does that do?