This commit is contained in:
parent
a5722bd7e1
commit
504688e4cd
21 changed files with 242 additions and 133 deletions
|
@ -32,11 +32,8 @@
|
|||
|
||||
void CNpcSandyFriend::startConderversation()
|
||||
{
|
||||
if ( m_data[this->m_type].canTalk )
|
||||
if( !CConversation::isActive() )
|
||||
{
|
||||
if( !CConversation::isActive() )
|
||||
{
|
||||
CConversation::trigger( SCRIPTS_CH1L2_03_DAT );
|
||||
}
|
||||
CConversation::trigger( SCRIPTS_CH1L2_03_DAT );
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue