Forum rules - please read before posting.

Small Mistake in Tutorial

I hope I don't say anything wrong here, but could it be, that there is a small but important mistake on:
https://adventurecreator.org/tutorials/manipulating-variables-through-script

Where the following examples are given. Shouldn't it be AC.GobaleVariables (note the s in the end) in both cases? Because it only worked for me this way.
GVar myVariable = AC.GlobalVariable.GetVariable (int _id);
GVar myVariable = AC.GlobalVariables.GetVariable (string name);

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.