Npc responsesTable

From PSwiki
Jump to navigation Jump to search


UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
trigger_id int(10) unsigned 0
response1 text
response2 text
response3 text
response4 text
response5 text
pronoun_him varchar(30)
pronoun_her varchar(30)
pronoun_it varchar(30)
pronoun_them varchar(30)
script blob
prerequisite blob
quest_id int(10) unsigned
audio_path1 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response1.
audio_path2 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response2.
audio_path3 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response3.
audio_path4 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response4.
audio_path5 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response5.