Updated Text Script.md (markdown)
commited
commit
223a3c2ca7402b4431b1b555805e0019675f06a3
... | ... | @@ -332,7 +332,7 @@ Math.LineVsPlane(vec From, vec To, vec Point, vec Normal) |
332 | 332 | Math.LookRotation(vec Direction, vec Up) |
333 | 333 | ``` |
334 | 334 | ### (Important!) Editing Notes |
335 | ***To all contributors and people who edits the Fancade Pseudo-Coding Language*** , Pls don't put to much extensions to the things such as `math.` or `object.` , this thing is very unnecessary since it will only be used in scripting discussion , unless... one of us can implement it as a real coding language ;D |
|
335 | ***To all contributors and people who edits the Fancade Pseudo-Coding Language*** , Pls don't put too much extensions to the things as much as possible , extensions such as `Math.` or `Objects.` , this thing is very unnecessary since it will only be used in scripting discussion , unless... one of us can implement it as a real coding language ;D |
|
336 | 336 | |
337 | 337 | # Syntax |
338 | 338 |