Fix Scripts
This commit is contained in:
parent
e1800a783c
commit
4244bbee10
11 changed files with 46 additions and 2 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -3,3 +3,4 @@
|
|||
*.esp filter=lfs diff=lfs merge=lfs -text
|
||||
*.NIF 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)
BIN
ConjurableMaid.esp
(Stored with Git LFS)
Binary file not shown.
BIN
Scripts/FCMMaidDialogueQuestScript.pex
(Stored with Git LFS)
Normal file
BIN
Scripts/FCMMaidDialogueQuestScript.pex
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Scripts/FCMSpectralMaidScript.pex
(Stored with Git LFS)
Normal file
BIN
Scripts/FCMSpectralMaidScript.pex
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Scripts/FCMSummonMaidScript.pex
(Stored with Git LFS)
Normal file
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
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
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
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
BIN
Scripts/TIF__05011634.pex
(Stored with Git LFS)
Normal file
Binary file not shown.
8
Source/Scripts/FCMMaidDialogueQuestScript.psc
Normal file
8
Source/Scripts/FCMMaidDialogueQuestScript.psc
Normal 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
|
14
Source/Scripts/TIF__05011623.psc
Normal file
14
Source/Scripts/TIF__05011623.psc
Normal 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
|
Loading…
Add table
Reference in a new issue