Npc triggersTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Copernicus (talk | contribs) No edit summary | No edit summary | ||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| {| class="wikitable" | |||
| |+ | |||
| !UE | |||
| !Field | |||
| !Type | |||
| !Key Type | |||
| !Default | |||
| !Extra | |||
| !Description | |||
| |- | |||
| | | |||
| |id | |||
| |int(10) unsigned | |||
| |PRI | |||
| | | |||
| |auto_increment | |||
| |  | |||
| |- | |||
| | | |||
| |trigger_text | |||
| |varchar(255) | |||
| | | |||
| | | |||
| | | |||
| |  | |||
| |- | |||
| | | |||
| |prior_response_required | |||
| |int(10) unsigned | |||
| | | |||
| |0 | |||
| | | |||
| |  | |||
| |- | |||
| | | |||
| |area | |||
| |varchar(30) | |||
| | | |||
| |0 | |||
| | | |||
| |  | |||
| |} | |||
| [[Category:Engine documents]] | |||
Latest revision as of 12:50, 11 January 2022
| UE | Field | Type | Key Type | Default | Extra | Description | 
|---|---|---|---|---|---|---|
| id | int(10) unsigned | PRI | auto_increment | |||
| trigger_text | varchar(255) | |||||
| prior_response_required | int(10) unsigned | 0 | ||||
| area | varchar(30) | 0 |