OpenWebGAL / WebGAL

A brand new web Visual Novel engine | 全新的网页端视觉小说引擎

Home Page:https://openwebgal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Asking: Add multiple conditions support for condition execution (-when)

GarinZ opened this issue · comments

In our platform, users want to create more complex game with multiple variables compositing conditions.

Example:

setVar: appearance = 0;
setVar: fitness = 0;
; //  ... some var changes sentences.

changScene: startStarCareer.txt   -when=appearance>10&&fitness>10;

We need support for this feature