StartConversation (ZScript)
Jump to navigation
Jump to search
Note: This feature is for ZScript only. |
native bool StartConversation(Actor player, bool faceTalker = true, bool saveAngle = true) (development version 92dbdd3 only)
Usage
Initializes a conversation between the caller and player.
Parameters
- player
- The player pawn which the caller is trying to start conversing with.
- faceTalker
- The caller and player be looking at each other while talking.
- saveAngle
- (Need more info)
Return value
Returns true if the caller initialized a conversation with the specified player, false otherwise.
Examples
![]() |
Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated. |