Editing Super MakerMatic 21

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 303: Line 303:


====Assembly====
====Assembly====
Here, the Action Instructions (AI), which are the script components of the game, are created for objects. Each one of the objects created in the Graphics section may be assigned up to five regular AI, being required to be assigned a starting condition (the Start) beforehand.
[[File:WWDIY switch.gif|thumb|right]]
Here, the Action Instructions (AI) are created for objects. Each object has a switch, which is a {{wp|boolean data type|boolean variable}} associated with it. It can be turned on or off by an action defined in an AI, and its state can be used as a trigger by any other object, making it one of the most fundamental components of the game's scripting system.


[[File:WWDIY switch.gif|thumb|right]]
Each of the objects created in the Graphics section may be assigned an initial state called Start, as well as up to five regular AI.
Once an object's starting condition is created, it is marked with an "AI" icon on its thumbnail, and it is assigned a switch, which is a simple {{wp|boolean data type|boolean variable}} associated with it. The switch can be turned on or off by an action defined in an AI, and its state can be used as a trigger by any other object and required for setting win conditions, making it one of the most fundamental components of the game's scripting system.


=====Start=====
=====Start=====
The Start (also refered to as starting condition) defines the initial state of the object and follows the following steps—left to right here—for the object's art, and then for its location:
The Start defines the initial state of the object and follows the following steps—left to right here—for the object's art, and then for its location:


{|class="wikitable" width=100%
{|class="wikitable" width=100%
Line 349: Line 349:


=====AI=====
=====AI=====
The regular AI (numbered through ) are comprised of a Trigger and Actions, that is, the events checked for actions to occur, and the resulting actions themselves, respectively.
The regular AI (numbered <u>1</u> through <u>5</u>) are comprised of a Trigger and Actions, that is, the events checked for actions to occur, and the resulting actions themselves, respectively.


======Triggers======
======Triggers======
Line 868: Line 868:
|3/1
|3/1
|6/1
|6/1
|}
=====Win Conditions=====
A game can have up to six win conditions, which are labeled Condition① through Condition⑥, and a single win condition can have up to six items, each one being is a simple state check on an object's switch. If all items of a win condition are fulfilled concurrently, the game is won. A win condition is created (or a new item is added to an existing condition) through the following process:
{|class="wikitable" width=100%
!colspan=2 | Steps
!Resulting win condition item
|-
|rowspan=2 |''Monitor which switch?''
|'''Switch is ON'''<br>"''Adds this {{color|switch|limegreen}} being {{color|ON|crimson}} as a {{color|win condition|limegreen}}.''"
|style="font-family: monospace" | ''When {{color|[selected object]|crimson}} {{color|switch|limegreen}} is {{color|ON|crimson}}''
|-
|'''Switch is OFF'''<br>"''Adds this {{color|switch|limegreen}} being {{color|OFF|royalblue}} as a {{color|win condition|limegreen}}.''"
|style="font-family: monospace" | ''When {{color|[selected object]|crimson}} {{color|switch|limegreen}} is {{color|OFF|royalblue}}''
|}
|}


Please note that all contributions to the Super Mario Wiki are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see MarioWiki:Copyrights for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

This page is a member of 1 meta category: