-
Posts
38 -
Joined
-
Last visited
Community Answers
-
XerShade's post in varrible global vs player was marked as the answer
The difference is this,
Local/Player variables are only stored on the object/player that is using it, an example for this is if you want each player to have their own progress with a quest/event. Global variables are shared across the server, an example for this would be if you wanted to do an event/quest where the community as a whole works towards completing it.
