Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Source/Scripts/SkyrimNetInternal.psc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Int Function GetDiaryScopeMessage() global

Int _selection = skynet.libs.msgDiaryScope.Show()
Debug.Trace("[SkyrimNetInternal] GetDiaryScopeMessage: User selected " + _selection)
if _selection == 4
Debug.Trace("[SkyrimNetInternal] GetDiaryScopeMessage: User cancelled")
return -1
endif
return _selection
EndFunction

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"TargetLanguage": "English",
"Value": "Target in Crosshair"
}
},
{
"Text": {
"TargetLanguage": "English",
"Value": "Cancel"
}
}
]
}
Loading