Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Event OnEffectStart(Actor akTarget, Actor akCaster) ;-ON
  2. FollowerMcM.UniversalTrace("Null", False, Name +" grants you a perk.", FollowerMcM.FollowerMessages_G.GetValueInt() >= 1, "FCCD Perk Notification: " +Name +" is following", FollowerMcM.FollowerMessages_G.GetValueInt() == 2)
  3. EndEvent
  4. Event OnEffectFinish(Actor akTarget, Actor akCaster) ;-OFF
  5. FollowerMcM.UniversalTrace("Null", False, Name +" has left, their perk expires.", FollowerMcM.FollowerMessages_G.GetValueInt() >= 1, "FCCD Perk Notification: " +Name +"Has Left", FollowerMcM.FollowerMessages_G.GetValueInt() == 2)
  6. EndEvent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement