mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix talkmonster save-restore: add Decline sentence and Speak As (#386)
This commit is contained in:
parent
d92cf47f45
commit
ab08f27423
@ -43,6 +43,8 @@ TYPEDESCRIPTION CTalkMonster::m_SaveData[] =
|
||||
DEFINE_FIELD( CTalkMonster, m_useTime, FIELD_TIME ),
|
||||
DEFINE_FIELD( CTalkMonster, m_iszUse, FIELD_STRING ),
|
||||
DEFINE_FIELD( CTalkMonster, m_iszUnUse, FIELD_STRING ),
|
||||
DEFINE_FIELD( CTalkMonster, m_iszDecline, FIELD_STRING ), //LRC
|
||||
DEFINE_FIELD( CTalkMonster, m_iszSpeakAs, FIELD_STRING ), //LRC
|
||||
DEFINE_FIELD( CTalkMonster, m_flLastSaidSmelled, FIELD_TIME ),
|
||||
DEFINE_FIELD( CTalkMonster, m_flStopTalkTime, FIELD_TIME ),
|
||||
DEFINE_FIELD( CTalkMonster, m_hTalkTarget, FIELD_EHANDLE ),
|
||||
|
@ -166,8 +166,8 @@ public:
|
||||
float m_useTime; // Don't allow +USE until this time
|
||||
string_t m_iszUse; // Custom +USE sentence group (follow)
|
||||
string_t m_iszUnUse; // Custom +USE sentence group (stop following)
|
||||
int m_iszDecline; // Custom +USE sentence group (refuse to follow) LRC
|
||||
int m_iszSpeakAs; // Change the prefix for all this monster's speeches LRC
|
||||
string_t m_iszDecline; // Custom +USE sentence group (refuse to follow) LRC
|
||||
string_t m_iszSpeakAs; // Change the prefix for all this monster's speeches LRC
|
||||
|
||||
float m_flLastSaidSmelled;// last time we talked about something that stinks
|
||||
float m_flStopTalkTime;// when in the future that I'll be done saying this sentence.
|
||||
|
Loading…
x
Reference in New Issue
Block a user