Closed BlackRam-oss closed 1 month ago
Before complete: https://github.com/DRincs-Productions/pixi-vn/pull/231
To assign a dialogue to a character I intended to use the following syntax:
alice_id: Hello // emotion: alice_id@angry: Hello
it will be checked if alice_id is a known id, if so the dialogue will be assigned to the character. otherwise the entire text will be displayed
Before complete: https://github.com/DRincs-Productions/pixi-vn/pull/231
To assign a dialogue to a character I intended to use the following syntax:
it will be checked if alice_id is a known id, if so the dialogue will be assigned to the character. otherwise the entire text will be displayed