Difference between revisions of "Complete Example Scripts"
Jump to navigation
Jump to search
m
→Summon Spell: Shortened line length. Messes up page on smaller displays.
imported>JustinOther m (→Summon Spell: Flagged Summon function as ' Global') |
imported>Scrivener07 m (→Summon Spell: Shortened line length. Messes up page on smaller displays.) |
||
Line 660: | Line 660: | ||
EndEvent | EndEvent | ||
Function Summon(ObjectReference akSummoner = None, ObjectReference akSummon = None, Float afDistance = 150.0, Float afZOffset = 0.0, ObjectReference arPortal = None, Int aiStage = 0) Global | ; GetFormFromFile below to enable 'Global' flag | ||
Function Summon(ObjectReference akSummoner = None, ObjectReference akSummon = None, Float afDistance = 150.0, Float afZOffset = 0.0, ObjectReference arPortal = None, Int aiStage = 0) Global | |||
While aiStage < 6 | While aiStage < 6 | ||
aiStage += 1 | aiStage += 1 |