Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scriptname HTCW_AbNukaWorldWeaponsEffectScript extends activemagiceffect
- {Adds Weapons to the commonwealth beginning at a particular level}
- String Property MessageText Auto Const
- Quest Property HTCW_NukaWorldWeaponsQuest Auto Const
- Event OnEffectStart(Actor akTarget, Actor akCaster)
- if HTCW_NukaWorldWeaponsQuest.GetStage()<200
- HTCW_NukaWorldWeaponsQuest.SetStage(200)
- ; put on level hit code here
- if MessageText
- Debug.Notification(MessageText)
- Endif
- endif
- EndEvent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement