Fix Scripts

This commit is contained in:
fluo10 2025-03-09 19:38:54 +09:00
parent e1800a783c
commit 4244bbee10
11 changed files with 46 additions and 2 deletions

1
.gitattributes vendored
View file

@ -3,3 +3,4 @@
*.esp filter=lfs diff=lfs merge=lfs -text *.esp filter=lfs diff=lfs merge=lfs -text
*.NIF filter=lfs diff=lfs merge=lfs -text *.NIF filter=lfs diff=lfs merge=lfs -text
*.tga filter=lfs diff=lfs merge=lfs -text *.tga filter=lfs diff=lfs merge=lfs -text
*.pex filter=lfs diff=lfs merge=lfs -text

BIN
ConjurableMaid.esp (Stored with Git LFS)

Binary file not shown.

BIN
Scripts/FCMMaidDialogueQuestScript.pex (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Scripts/FCMSpectralMaidScript.pex (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Scripts/FCMSummonMaidScript.pex (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Scripts/TIF__05011623.pex (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Scripts/TIF__0501162E.pex (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Scripts/TIF__05011631.pex (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Scripts/TIF__05011634.pex (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,8 @@
Scriptname FCMMaidDialogueQuestScript extends Quest
Spell Property pSummonMaidSpell Auto
Spell Property pSummonSpectralMaidSpell Auto
Bool Function Dispel()
Actor player = Game.GetPlayer()
return player.dispelSpell(pSummonMaidSpell) || player.dispelSpell(psummonSpectralMaidSpell)
endfunction

View file

@ -0,0 +1,14 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__05011623 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
(GetOwningQuest() as FCMMaidDialogueQuestScript).Dispel()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment