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

EO2 Night and Day system and Time


Scratso
 Share

Recommended Posts

Okay, it sends the night and day messages, but it doesn't put on the Darker Night Layer. When in the map editor I try using this layer, I get "Invalid Property Value" and it highlights the bit in bold:

Private Sub optLayer_Click(Index As Integer)
If Index = Night Then
**scrlTileSet.Value = Options.NightTile**
scrlTileSet_Change
scrlTileSet.Enabled = False
Else
scrlTileSet.Enabled = True
End If
End Sub
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...