Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is really great SRDude.
Can you tell me how to access the custom parameter created via code?
Thinking about a barrier, a trance, or some custom additional gauge that separate from the current one.s

(+1)

Yes, you can use the "params" object to access the custom parameter data in most code inputs within the program. For example:

var ActorId = params["Actor ID"];

Thank you for the answer 😸 and I will try it soon.