Login

Fancade Wiki

Updated Text Script.md (markdown)

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