LoGaCulture / LUTE

LUTE stands for LoGaCulture Unity Toolkit/Engine. A Unity based tool to create narrative rich location-based games for the purposes of heritage preservation.
MIT License
0 stars 0 forks source link

Implement Additional Variables #27

Open Jacki3 opened 1 month ago

Jacki3 commented 1 month ago

The Engine is missing some key variables which would be useful for conditions, saving etc. which include:

There may be other variables that will be added but this will be tracked accordingly.

Jacki3 commented 1 month ago

Have implemented the above variables with string variable only using single line currently so this must be implemented; strings also substitute certain special characters using derived classes from Fungus code base to avoid errors with funky strings.

Leaving this open for now but will merge the branch into main and add multi lines later down the line.