Author Topic: Minigame help???????  (Read 430 times)

Ok.
I know a bit about C++, and am trying to make a minigame. How do I get to the place where I make the minigame script, and where should I start??
Please help
KonaZero

 :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:

An answer was available in a topic on the first page. Please look in related topics and search before posting.

http://forum.blockland.us/index.php?topic=187083.msg4948828#msg4948828

Scripts for Blockland add-ons are not written in C++. You should practice with the scripting language, and make sure you know how to use and read it properly before you take on something like a minigame.

An answer was available in a topic on the first page. Please look in related topics and search before posting.

http://forum.blockland.us/index.php?topic=187083.msg4948828#msg4948828

That completely breaks default minigame functionality. Don't use code like that for examples.
« Last Edit: February 28, 2012, 01:48:37 AM by Greek2me »

That completely breaks default minigame functionality. Don't use code like that for examples.

The linked script is perfectly usable in many cases, dependant of what OP is trying to do.

The linked script is perfectly usable in many cases, dependant of what OP is trying to do.

It's usable. But like I said, it completely overwrites all default minigame functionality. You should not use code like that as an example for beginning scripters.