Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

A Little Question running in my head


Mixitrion
 Share

Recommended Posts

Open your scripting folder, and look for the folder called "Events" then look for an ESS file called "TimedEvent". Open this file and it should look like this.
'–---------------------------------------------------------
Sub TimedEvent(Hours, Minutes, Seconds)
If Minutes = 0 Then
If Seconds = 0 Then
Call AdminMsg("Don't forget to vote for Eclipse.", YELLOW)
End If
End If
End Sub
'–---------------------------------------------------------
Change the blue text to what you want it to be.
Aramyth.
Link to comment
Share on other sites

  • 2 weeks later...
@Eldoril:

> @ Aramyth,
>
> To get rid of that completely, could that entire file not just be deleted? Is it absolutely necessary to make the game run?

I'm pretty sure that timed event file isn't going to to ruin anything. If it does just restore it via recycle bin. ;D
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...