Jump to content

How to create a counter timer in papyrus?


Psychotogen

Recommended Posts

Is there a way I can create a timer that runs for 45 seconds?

 

Is it something like this?

 

int counter = 0

 

While ( counter < 45)

counterMessage.Show()

If counter == 45

Game.Getplayer().Addspell (spell)

end if

counter += 1

EndWhile

 

So I guess thats the basic structure maybe, but how do I make it so it counts real time seconds?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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