could someone explain the difference between shared variables and internal ones? Why would i want to use one versus another...and what even, ARE they?
Announcement
Collapse
No announcement yet.
Invariably confused
Collapse
X
-
Zorromorph
Re: Invariably confused
Shared variables can be used in any event throughout the whole game. Internal variables are assigned to a specific object.
-
Re: Invariably confused
Both can be used but it's better to use internal variables for things like a townsperson keeping track of whether you've talked to them before. It saves you from wasting a shared variable on something that only effects one event.I want that Mulan McNugget sauce, Morty!
Comment

Comment