game_event_condition_save
The `game_event_condition_save` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| eventEntry | TINYINT | UNSIGNED | PRI | NO | |||
| condition_id | INT | UNSIGNED | PRI | NO | 0 | ||
| done | FLOAT | SIGNED | YES | 0 |
Description of the fields
eventEntry
This is a link to the event entry in the game_event table.
condition_id
See game_event_condition.condition_id.
done
Indicates how much has been done. See game_event_condition.req_num.