Guest User

Untitled

a guest
Oct 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Scn ScavWCampfireOnTimeScript
  2.  
  3. Float Basetime
  4. Float Newtime
  5.  
  6.  
  7. Begin Gamemode
  8. Set BaseTime to GameHour
  9. endif
  10.  
  11. Set NewTime to GameHour
  12. endif
  13.  
  14. if NewTime - BaseTime == 0.5
  15.  
  16. ScavWFireplaceOnREF.removeitem ScavWFirewood 1
  17. endif
  18. end
Add Comment
Please, Sign In to add comment