Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
SCLeoX committed Jan 14, 2021
0 parents commit c3e03fc
Show file tree
Hide file tree
Showing 65 changed files with 4,416 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dhrArcadiaRef.psc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ScriptName dhrArcadiaRef extends ReferenceAlias

dhrCore Property dhr Auto

Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, Bool abPowerAttack, Bool abSneakAttack, Bool abBashAttack, Bool abHitBlocked)
If akAggressor == dhr.zadQuest.PlayerRef && dhr.dhr_trainingQuest.internalStage != 0
Debug.Notification("Arcadia shocks you with the training belt.")
dhr.ShockPlayer(60, False)
EndIf
EndEvent
985 changes: 985 additions & 0 deletions dhrConfigMenu.psc

Large diffs are not rendered by default.

0 comments on commit c3e03fc

Please sign in to comment.