- Steam App
- Yami RPG Editor (1964480)
- Event type
- patch note
- Published
- 7 January 2023 - 08:19:18 UTC
- Source
- steam_community_announcements
Add ARPG event UI template Command changes: Add UI->Set Pointer Event Root - Used to limit the valid range of UI pointer events Add Actor->Remove Target - Removes a specified actor from the pool of actor targets Add System->Pause Game Add System->Continue Game Add System->Prevent Scene Input Events - Pause to trigger global mouse events Add System->Restore Scene Input Events - Restore global mouse events Add System->Game Data - Used to save, load and delete save data. Extend Flow->For Each->Save Data - Get the index and saved local variables of each save data - This option is a bit special, you can get multiple variables Extend UI->Set Text->Content, variables can be used Extend UI->Set Dialog Box->Content, variables can be used Extend UI->Load Image->Shortcut Extends UI->Load Image->Base64 Image - Loads an image from a base64 image string to an element Extend Actor->Change Actor Equipme...