Login

Fancade Wiki

Updated Text Script.md (markdown)

... ...
@@ -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
Fancade Wiki