Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ;/ Decompiled by Champollion V1.0.6
  2. PEX format v3.9 GameID: 2
  3. Source : g:\_F4\DLC04\Art\Raw\Scripts\DLC04\Fragments\Quests\QF_DLC04MQ00Radio_01007D20.psc
  4. Modified : 2016-03-08 19:01:36
  5. Compiled : 2016-08-17 02:01:03
  6. User : builds
  7. Computer : RKVBGSBUILD03
  8. /;
  9. ScriptName DLC04:Fragments:Quests:QF_DLC04MQ00Radio_01007D20 extends Quest Const hidden
  10.  
  11. ;-- Properties --------------------------------------
  12. ObjectReference Property DLC04MQ00PromotionalRadioRef Auto Const mandatory
  13. Quest Property DLC04MQ00 Auto Const mandatory
  14.  
  15. ;-- Variables ---------------------------------------
  16.  
  17. ;-- Functions ---------------------------------------
  18.  
  19. Function Fragment_Stage_0010_Item_00()
  20. DLC04MQ00PromotionalRadioRef.Enable(False)
  21. EndFunction
  22.  
  23. Function Fragment_Stage_0020_Item_00()
  24. DLC04MQ00.SetStage(200)
  25. EndFunction
  26.  
  27. Function Fragment_Stage_0100_Item_00()
  28. DLC04MQ00PromotionalRadioRef.Disable(False)
  29. Self.Stop()
  30. EndFunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement