Updated Text Script.md (markdown)
commited
commit
98516e10a73e0072156a25279289420dba299f74
... | ... | @@ -28,7 +28,7 @@ Sound.Play_Sound(); |
28 | 28 | //If block has inputs, count them and their type in the brackets |
29 | 29 | Objects.Set_Position(obj object, vec position, rot rotation); |
30 | 30 | |
31 | //If block has more than one output. Get position as example |
|
31 | //If block has more than one output you will need to define each output individually by adding '.outputname' after it like this example |
|
32 | 32 | Objects.Get_Position(target_object).position; |
33 | 33 | |
34 | 34 | //Math block counts like this, except the basic ones listed below |
... | ... | @@ -36,7 +36,6 @@ vec result = Math.Line_vs_Plane(L_from, L_to, P_normal, P_point); |
36 | 36 | |
37 | 37 | //If block has only outputs, don't do anything |
38 | 38 | num frame = Game.Get_Frame; |
39 | } |
|
40 | 39 | ``` |
41 | 40 | |
42 | 41 | **____________________________________** |