Added forceCloseTalk builtin
This commit is contained in:
parent
57ae25a57e
commit
a0cbd07a0f
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ function talkAndSelectClose(msgID) { return select(msgID, TALKF_CLOSE); }
|
||||||
// builtins
|
// builtins
|
||||||
builtin __forceStartTalk(handle);
|
builtin __forceStartTalk(handle);
|
||||||
builtin __forceStartTalkExceptNpc(handle);
|
builtin __forceStartTalkExceptNpc(handle);
|
||||||
|
builtin forceCloseTalk();
|
||||||
|
|
||||||
// functions
|
// functions
|
||||||
function forceTalk(handle) {
|
function forceTalk(handle) {
|
||||||
|
|
Loading…
Reference in a new issue