Jump to content

[LE] Hours Passed Script


Recommended Posts

Ow cool thanks it didn't work because the script was linked to another script which had the same thing in there but after 12 hours :smile:
I didn't notice it before but it works now couldn't find the wiki pages aswell so thanks :smile:

 

Event OnUpdateGameTime()

int ReduceBloodPoints = Utility.RandomInt(150, 350)
debug.notification(ReduceBloodPoints)
If JVar_VampireBloodPoints > (ReduceBloodPoints)
JVar_VampireBloodPoints -= (ReduceBloodPoints)
debug.notification(JVar_VampireBloodPoints)
EndIf
EndEvent

 

Function VampireFeed()

JVar_VampireBloodPoints += 2500
VampireTransformDecreaseISMD.applyCrossFade(2.0)
utility.wait(2.0)
imageSpaceModifier.removeCrossFade()
Game.IncrementStat( "Necks Bitten" )
VampireFeedMessage.Show()
VampireStages()
UnregisterforUpdateGameTime()
RegisterForUpdateGameTime(1.0)
EndFunction

 

 

Edited by Icrusher
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...