From b27578e16a6c083afbb8996fb57d06a70a63394a Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sat, 27 Nov 2021 21:40:20 +0100 Subject: [PATCH] Fixed Yaela getting stuck in front of the Starling tablet with directions, when the scouting party has weapons out --- NexusTower scene fix.esp | Bin 0 -> 474 bytes scripts/TIF__00137F38.pex | Bin 0 -> 666 bytes source/scripts/TIF__00137F38.psc | 17 +++++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 NexusTower scene fix.esp create mode 100644 scripts/TIF__00137F38.pex create mode 100644 source/scripts/TIF__00137F38.psc diff --git a/NexusTower scene fix.esp b/NexusTower scene fix.esp new file mode 100644 index 0000000000000000000000000000000000000000..8f7be1fd8d7690b4f520737eaa25ab1559355a53 GIT binary patch literal 474 zcmZ8d!A`Nv0X?!H9c&M(R!dw7CBHNNOPm(M`GFl1Myuv885J)J_*$G`+3!*aK9?y_ruav7bnJOqbx_a54y5) zOKT%%9z&wJ#AA{0xwmyVMF*v_kCST$KjQbR+F|gyb(n^PX0Qh)y0rjx($sN!?lpG@ z$eaKomWE#Xn90{HX52vSvdnHQFwLEQV+S7qpJh+Ee4D2Zs~3UIO4SWfO~h2R_0QH9 tKvIXwIM-`IAm?XAr;yUNZAJC*36qP-6O?pxJHXfQ$^?Drn$W4l_yb8tPPhO7 literal 0 HcmV?d00001 diff --git a/scripts/TIF__00137F38.pex b/scripts/TIF__00137F38.pex new file mode 100644 index 0000000000000000000000000000000000000000..75328baacda85147516d36647dc12a643566c4f7 GIT binary patch literal 666 zcmZ8e%W~5|5bTW<%W`5T;o(3|x^aRsl>?v~1S{nOkFo<4C)KhV+e_?Sm9!@R!6$H_ zim!k#;X^nvD`ASTThdNX&vcKpzux`$8SFrSm;Cbi8;&j}S)PwZ4^JOur;i_$wLoc67f31c)yXWL)PC7z-Zk=tzURKG)nvBaw*i+UN+G%U#3Z11c3NnZ< zY^l}6%q@m#%AVu=#aaGd(n?OpS^h~@*p_5@~VkjN|)4E+NmYg zjC7sY4bXe1BjwnrA zxNprfT4?hJ$;(+u@{+14&2jLmvE+~{GKzecqjfn#{I?F#lxlKMC%AWg_=?=7GJbYS z)TUwq{vbc<_HMo+;9o7U~Hx#2An?NRB$YCC~(B6@#_oR5a@IE=0914T-ti_aSOLuZpa>9;h4{0ATVTt ZySa17&mDp8R+Fb5;BM>f-{OQ#egjpjis=9V literal 0 HcmV?d00001 diff --git a/source/scripts/TIF__00137F38.psc b/source/scripts/TIF__00137F38.psc new file mode 100644 index 00000000..5355488b --- /dev/null +++ b/source/scripts/TIF__00137F38.psc @@ -0,0 +1,17 @@ +;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment +;NEXT FRAGMENT INDEX 1 +Scriptname TIF__00137F38 Extends TopicInfo Hidden + +;BEGIN FRAGMENT Fragment_0 +Function Fragment_0(ObjectReference akSpeakerRef) +Actor akSpeaker = akSpeakerRef as Actor +;BEGIN CODE +; Band-aid for Yaela getting stuck if the scouting party has weapons out +_00E_MC_YaelaREF.ResetAI() +;END CODE +EndFunction +;END FRAGMENT + +;END FRAGMENT CODE - Do not edit anything between this and the begin comment + +Actor Property _00E_MC_YaelaREF Auto