Updated Text Script.md (markdown)
commited
commit
2a910ad329e6b35620e2f5df3dbdf593195b38d0
... | ... | @@ -275,13 +275,13 @@ Math.Line_vs_Plane(vec Line_From, vec Line_To, vec Plane_Point, vec Plane_Normal |
275 | 275 | Math.Look_Rotation(vec Direction, vec Up) |
276 | 276 | ``` |
277 | 277 | |
278 | ## Syntax |
|
278 | # Syntax |
|
279 | 279 | |
280 | 280 | Ever wondered how Fanscript would look in text format? Well, you can see all references in this directory! |
281 | 281 | |
282 | 282 | Keep in mind that this is a Work-In-Progress project and that all codes you see will not work if you try to write it in say Unity's C#. |
283 | 283 | |
284 | ## Examples |
|
284 | ### Examples |
|
285 | 285 | Values consist of: |
286 | 286 | |
287 | 287 | ```coffeescript |
... | ... | @@ -361,7 +361,7 @@ Loop(0, $landmines) { |
361 | 361 | } |
362 | 362 | ``` |
363 | 363 | |
364 | ## Example |
|
364 | ### Example |
|
365 | 365 | |
366 | 366 | Here is [[Martin Magni]]'s Shepherd game in text format. |
367 | 367 |