/// @DnDAction : YoYo Games.Common.Variable /// @DnDVersion : 1 /// @DnDHash : 44D05B1A /// @DnDInput : 4 /// @DnDArgument : "expr" "4" /// @DnDArgument : "expr_1" "16" /// @DnDArgument : "var" "move_speed" /// @DnDArgument : "var_1" "jump_speed" /// @DnDArgument : "var_2" "move_x" /// @DnDArgument : "var_3" "move_y" move_speed = 4; jump_speed = 16; move_x = 0; move_y = 0;