Jump to content
  • 0

Oversea_Event


douglas128

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  04/22/15
  • Last Seen:  

Hi all,

There was this recurring variable in the old Easter_2010 script called oversea_event2, oversea_event3, etc.

if (oversea_event2 < 520 || oversea_event3 < 270 || oversea_event6 < 245 || oversea_event9 < 197) 
{
	if (oversea_event2 == 520) playbgm "13.mp3"; // Theme of Geffen   
	else if (oversea_event3 == 270) playbgm "59.mp3"; // Theme of Lutie   
	else if (oversea_event6 == 245) playbgm "70.mp3"; // Theme of Juno   
	else if (oversea_event9 == 197) playbgm "94.mp3"; // Theme of Rachel   
	else 
	{
		switch(rand(1,4)) 
		{
			case 1: playbgm "13.mp3"; 
					set oversea_event2,520; 
					break;     
			case 2: playbgm "59.mp3"; 
					set oversea_event3,270; 
					break;     
			case 3: playbgm "70.mp3"; 
					set oversea_event6,245; 
					break;     
			case 4: playbgm "94.mp3"; 
					set oversea_event9,197; 
					break;    
		}   
	}  
}

 

I've checked everywhere but there was no explanation as to what it was or where to set it. Can anyone help me?

Thanks.

 

Edited by douglas128
Spelling correction
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...