mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-16 23:04:27 -05:00
one more conversation editor fix
This commit is contained in:
@@ -2407,8 +2407,8 @@ bool SwgConversationEditorDoc::writeScript (CString const & scriptName, CString
|
||||
{
|
||||
outfile.WriteString ("public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException\n{\n");
|
||||
|
||||
// if (conversationId != <conversationId>)
|
||||
buffer.Format ("\tif (conversationId != \"%s\")\n", fileName);
|
||||
// if (!conversationId.equals(<conversationId>))
|
||||
buffer.Format ("\tif (!conversationId.equals(\"%s\"))\n", fileName);
|
||||
outfile.WriteString (buffer);
|
||||
|
||||
// return SCRIPT_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user