Jump to content

J.A.F. Team

  • entries
    1,631
  • comments
    5,572
  • views
    564,474

Bionicle Code


xccj

236 views

bionicleMakeYear (var toaTeam) {

 

... // recurring characters

 

... var matoranVillage;

... var makuta = evil;

 

... //storyline

 

... matoranVillage.inTrouble();

... heroes.arrival(toaTeam);

... toaTeam.fight(makuta);

... winOutcome(good);

 

... //next year

 

...Boolean funding = hasMoneys();

 

... if (funding) {

...... toaTeam++;...... //transform Toa

...... bionicleMakeYear (toaTeam);

... } else {

...... quickEnd (toaTahu);

... }

}

 

signOff (Boolean isBlogEntryOver) {

... if (!isBlogEntryOver){

...... rant(popularTopic);

... } else {

...... :music:

... }

}

 

//code has not been verified.

5 Comments


Recommended Comments

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...