Updated Fancade Text Code Format.md (markdown)
commited
commit
5a1b8c9233b322e9d79bc4ab85ebc26d55d7a8bb
... | ... | @@ -1,4 +1,4 @@ |
1 | A Pseudo-Coding Language Format Developed by (@Isaglish , me @JP16D , @Qma and @Vex Ave) base from Fancade's Coding. |
|
1 | A Pseudo-Coding Language Format Developed by (**@Isaglish** , me **@JP16D** , **@Qma** and **@Vex Ave**) base from Fancade's Coding. |
|
2 | 2 | |
3 | 3 | This Format will be a basis when sharing or suggesting some codes and code solutions during script discussions. Take this as an easier way to share or suggest a code program instead doing it in fancade and go back to fancade server #scripting channel. Well in case of people that couldn't understand this just do the thing in fancade , screenshot it and share it to them. |
4 | 4 | |
... | ... | @@ -144,13 +144,16 @@ Control |
144 | 144 | |
145 | 145 | ### Advanced |
146 | 146 | |
147 | List Set Element |
|
147 | ***List Set Element*** |
|
148 | ``` |
|
148 | 149 | • Num varName[ index ] = 0 ; |
149 | 150 | • Vec varName[ index ] = [ x , y , z ] ; |
150 | List Get Element |
|
151 | ``` |
|
152 | ***List Get Element*** |
|
153 | ``` |
|
151 | 154 | • varName[ index ] |
152 | 155 | • varName[ [ x , y , z [ index ] ] |
153 | ||
156 | ``` |
|
154 | 157 | Advanced Math Functions |
155 | 158 | |
156 | 159 | Scale & Rotate |