# areatrigger\_scripts [<-Back-to:World](database-world.md) **The \`areatrigger\_scripts\` table** Allows for an area trigger to be scripted with Trinity Script. **Structure**

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

mediumint(8)

signed

PRI

NO

NULL

 

 

ScriptName

char(64)

signed

 

NO

NULL

 

 

**Description of the fields** ### entry This is the trigger identifier from [AreaTrigger.dbc](AreaTrigger) ### ScriptName The ScriptName for when scripting it in the core. This might also be 'SmartTrigger'. It will than use [SmartAI](smart_scripts).