Overview Forums Tutorials Wiki API Account News › Forums › RAIN › Sample Projects, How To, and Code › RAIN Action's parameter default value Tagged: default, parameter, RAINaction This topic contains 1 reply, has 2 voices, and was last updated by Sigil 1 month, 2 weeks ago. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 22, 2022 at 4:16 pm #38982 Alex3DParticipant Hi, can I set default value for RAINAction’s parameter? I’ve tried public RAIN.Representation.Expression OnlyForPlayer = new RAIN.Representation.Expression() { ExpressionAsEntered = "true" }; and has no result. August 22, 2022 at 10:15 pm #38989 SigilKeymaster Try: Expression OnlyForPlayer = ExpressionParser.Parse("true"); I didn’t test this, but it may work. If it doesn’t let me know and I’ll check it out. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.