Update README.md

This commit is contained in:
Nick 2022-02-04 14:25:35 -05:00 committed by GitHub
parent d73a5ac720
commit 09d74cf5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ An array of object, each one has the following properties:
- "position": (position) - "position": (position)
- "radius" : (decimal number) the spherical volume the player must look at to talk to this character - "radius" : (decimal number) the spherical volume the player must look at to talk to this character
- "xmlFile" : (string) The filepath to the XML file which defines this dialogue - "xmlFile" : (string) The filepath to the XML file which defines this dialogue
- "remoteVolumePosition" : (position) This is optional. If you want a certain volume to trigger the player to engage with the dialogue from a distance, set this position. - "remoteTriggerPosition" : (position) This is optional. If you want a certain volume to trigger the player to engage with the dialogue from a distance, set this position.
- "persistentCondition" : (string) The condition required for the remote dialogue trigger to happen. - "persistentCondition" : (string) The condition required for the remote dialogue trigger to happen.
#### XML #### XML