armoha / euddraft

System for pluginizing eudplib codes.
Other
29 stars 4 forks source link

Suboptimal error on putting action into if #65

Closed armoha closed 2 years ago

armoha commented 2 years ago
const startxx = EUDLightBool();
...
    if (startxx.Set()) {
    ... 

unknown

armoha commented 2 years ago

I think this issue is solved but we need to polish and add new error message here: https://github.com/armoha/eudplib/blob/10aaa95b121609f75564e07719d5ed20c7c36cba/eudplib/trigger/tpatcher.py#L65