Jump to content
  • 0

Hi i need help with my script


Vince Jimenez

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  68
  • Reputation:   1
  • Joined:  10/16/12
  • Last Seen:  

i there. i made a script 
 

-	script	WoE	-1,{

OnHour13:
	AgitStart;
	announce "The War Of Emperium has begun!( Pay_gld 140 160 )",bc_all;
OnHour14:
	AgitEnd;
	announce "The War Of Emperium has Over!",bc_all;
OnHour21:
	AgitStart;
	announce "The War Of Emperium has begun!( Pay_gld 140 160 )",bc_all;
OnHour22:
	AgitEnd;
	announce "The War Of Emperium has Over!",bc_all;
end;
}

the problem is once the announce the war of emperium has begun then wait for 2seconds another announce that the war of emperium has over.

:( please help

i just want to start woe onhour13 and end with onhour14 and wait for onhour21 to start again then onhour22 to stop 

Please help! 

Thanks in advance
SORRY FOR MY BAD ENGLISH!

 


help?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

add a end at the end of each label

OnHour13:
	AgitStart;
	announce "The War Of Emperium has begun!( Pay_gld 140 160 )",bc_all;
	end;
OnHour14:
	AgitEnd;
	announce "The War Of Emperium has Over!",bc_all;
	end;
/// ...
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  68
  • Reputation:   1
  • Joined:  10/16/12
  • Last Seen:  

thanks a lot. i gonna try this! :)

Link to comment
Share on other sites

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...