algebrqic
New member
- Joined
- Mar 12, 2022
- Messages
- 4
- Reaction score
- 3
I'm new to programming in general, and there are several tedious aspects of coding games, and you can definitely soft code a lot of them, some confuse me. A very simple example of this are games where a player spawns in the same place when they join the plot as when they die. Of course, using a teleport Player Action, it sends them to spawn. The question here is: do you make a function that has the teleport in it, or do you just have the teleport in your code twice? Is it really worth calling the function if its just for a teleport and possibly a setting change or inventory change? Again, this is just an example of different things I'm not sure about in the codespace.