Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
|
| 16 Jan 2016 10:50 AM |
Ok, so I made a terminal for my group and there's a timer that goes up to 1200. When it reaches 1200 I want there to be an announcement saying that "The hostiles have won!" I have this for a timer script:
Time = 1200
for i = 1, Time do for b, v in pairs(script.Parent.Timer:GetChildren()) do v.Name = "Time: " ..i.. "/" ..Time.. "." wait(1) end end
Clone = script.RaiderWin:clone()
Clone.Parent = game.Workspace
Clone.Disabled = false
Does anyone know a script to add so at the end of the 1200 seconds of the terminal being held so it gives an announcement?
Thanks, Vastidity |
|
|
| Report Abuse |
|
|
Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
| |
|
Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 16 Jan 2016 03:30 PM |
You are using the word "terminal" in a way that doesn't make any sense, and I don't understand what you want.
|
|
|
| Report Abuse |
|
|
Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
|
| 16 Jan 2016 04:15 PM |
@chimmihc
Ok, so the 'terminal' I am referring to is commonly used in war groups, mainly for raids in forts. So for the raiders to win they need to capture the terminal by stepping on a brick and keep others from capturing the terminal back. The raiders must hold the terminal for 1200 seconds. After that, I want it to say "The hostiles have won." |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2016 04:18 PM |
| Chim, a terminal is like a flag system except. Holding it for a certain time allows one team to win. |
|
|
| Report Abuse |
|
|
Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 16 Jan 2016 04:22 PM |
No, it's not.
The lack of education is real.
|
|
|
| Report Abuse |
|
|
Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
| |
|
fixylol
|
  |
| Joined: 14 Dec 2012 |
| Total Posts: 7412 |
|
|
| 16 Jan 2016 04:51 PM |
he probably thinks terminal means that terminal app in linux
Number of times opinion has changed: A lot. |
|
|
| Report Abuse |
|
|
Vastidity
|
  |
| Joined: 15 May 2011 |
| Total Posts: 5072 |
|
|
| 16 Jan 2016 06:00 PM |
| Lol nope. I meant a terminal, literally a 'machine', strictly used for war clans. |
|
|
| Report Abuse |
|
|