simple
Simple events, not a full fledged adventure, consist only of single encounter screen
Vars | |
action_text | Action text, can be further parametrized in get_action_text() |
---|---|
description | Description, can be further parametrized in get_description() |
ignore_text | Ignore button text |
skippable | Show ignore button. |
Procs | |
action_enabled | Button to act disabled or not |
build_ui_event | Creates ui data for displaying the event |
encounter | On exploration, only display our information with the act/ignore options |
end | Ends simple event and cleans up display data |
fire | After choosing not to ignore the event, THIS IS DONE AFTER UNKNOWN DELAY SO YOU NEED TO VALIDATE IF ACTION IS POSSIBLE AGAIN |
get_action_text | Text on the act button |
get_description | Description shown below image |
Var Details
action_text
Action text, can be further parametrized in get_action_text()
description
Description, can be further parametrized in get_description()
ignore_text
Ignore button text
skippable
Show ignore button.
Proc Details
action_enabled
Button to act disabled or not
build_ui_event
Creates ui data for displaying the event
encounter
On exploration, only display our information with the act/ignore options
end
Ends simple event and cleans up display data
fire
After choosing not to ignore the event, THIS IS DONE AFTER UNKNOWN DELAY SO YOU NEED TO VALIDATE IF ACTION IS POSSIBLE AGAIN
get_action_text
Text on the act button
get_description
Description shown below image