Started by
The_Shade_Lord_
on
Topic category: Troubleshooting, bugs, and solutions
for some reason, it won't let me use a return block here.
this is gonna be used for a overlay, to show the player's fuel amount on a jetpack.
Topic category: Troubleshooting, bugs, and solutions
for some reason, it won't let me use a return block here.
this is gonna be used for a overlay, to show the player's fuel amount on a jetpack.
I would suggest making a procedure that detects whether the player is wearing a jetpack and displays the overlay if they are, and another separate procedure to display the fuel amount on said overlay. I believe that the return block has to be the last block in the entire procedure, and cannot be in an if statement.