Login

Fancade Wiki

Updated Text Script.md (markdown)

... ...
@@ -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 you will need to define each output individually by adding '.outputname' after it like this example
31
//If block has more than one output you will need to define each output individually by adding '.outputname' after the function
32 32
Objects.Get_Position(target_object).position;
33 33
34 34
//Math block counts like this, except the basic ones listed below
Fancade Wiki