Home   Help Search Login Register  

Author Topic: delay between talk  (Read 621 times)

0 Members and 1 Guest are viewing this topic.

Diepvriezer

  • Guest
delay between talk
« on: 13 Jan 2003, 19:25:19 »
Hi! I have a script like this:

; Women1 talk at start of map
women1 sidechat "1";
women1 sidechat "2";
women1 sidechat "3";
women1 sidechat "3";
women1 sidechat "4";
women1 sidechat "5";
women1 sidechat "6";
women1 sidechat "7";
women1 sidechat "8";
women1 sidechat "9";


But now she says everything at one time, so I need to put a delay of 3 seconds between every talk

How can I do this??? How to put a delay from  3 seconds between the talks?

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:delay between talk
« Reply #1 on: 13 Jan 2003, 19:44:39 »
; Women1 talk at start of map
women1 sidechat "1";
~3
women1 sidechat "2";
~3
women1 sidechat "3";
~3
women1 sidechat "3";
~3
women1 sidechat "4";
~3
women1 sidechat "5";
~3
women1 sidechat "6";
~3
women1 sidechat "7";
~3
women1 sidechat "8";
~3
women1 sidechat "9";


You see, the ~x let's you create a delay of x seconds.

Just one more thinking; don't expect women1 to live
very long, if it's really only she, talking all the while  ;D

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Diepvriezer

  • Guest
Re:delay between talk
« Reply #2 on: 13 Jan 2003, 20:08:18 »
whehe :P, it`s for my map "Everon Fietstocht" it`s dutch ;), you have to driver a tour with others on a bycycle ;), just for fun with my clan :P

O Neil

  • Guest
Re:delay between talk
« Reply #3 on: 14 Jan 2003, 06:02:21 »
Hey

I'm not into much scriptin', just wanna ask this.
What does that do?

O Neil ;)

Diepvriezer

  • Guest
Re:delay between talk
« Reply #4 on: 15 Jan 2003, 20:35:53 »
What do you mean??? :P< MY english is very bad :D

O Neil

  • Guest
Re:delay between talk
« Reply #5 on: 16 Jan 2003, 05:28:29 »
No, I was just askin what all those words do.

O Neil ;)

Pandoz

  • Guest
Re:delay between talk
« Reply #6 on: 21 Jan 2003, 04:07:54 »
i dont know if this is what ur asking O Neil but if u mean women1 sidechat "1"; ~3 and so on listen up...


Women1=the person u want to talk (her name)
Sidechat "1"=tells her to talk on sidechat aka to the East,Civilian, or West side.

~3=delay for 3 seconds.


Pandoz

O Neil

  • Guest
Re:delay between talk
« Reply #7 on: 21 Jan 2003, 06:07:42 »
........your saying that you want a ladie to talk to someone on radio and then talk to them again 3 seconds later.........couldn't you just create a trigger with the activation feild of :      

                         Ladie sidechat "blah blah blah..."

and make another trigger to be activated 3 seconds later ?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:delay between talk
« Reply #8 on: 21 Jan 2003, 15:57:41 »
yeah you could, but you'd end up with a lot of triggers if its a big conversation, its just easier in a little script so you can change things easy.

O Neil

  • Guest
Re:delay between talk
« Reply #9 on: 21 Jan 2003, 20:39:59 »
Ho, ok I see, sorry.   ;)