Staredit Network

Staredit Network -> UMS Assistance -> Transmission problem
Report, edit, etc...Posted by Staredit.Net Essence on 2005-06-24 at 13:25:27
Trigger
Player:
Force 1

Conditions:
Bring(Force1, AtLeast, 1, civilian, Location 1);

Actions:
Comment("See infested");
PlayWAV("sound\\misc\\transmission.wav");
DisplayText("Student:What the hell is that", 25);
Transmission(civilian, Location 1, "sound\\misc\\transmission.wav", SetTo, 2000, "work damn it", 25);

Some reason when i move my civilian to location 1 it displays the text "Student:What the hell is that" but it doesn't display "work damn it" Help is needed cry.gif
I dont know if it matters but im using Hyper Triggers 3x and starforge
Report, edit, etc...Posted by KaboomHahahein on 2005-06-24 at 13:35:30
I don't think transmittion works on multiplayer so try on single player. But if you want it ot be multiplayer, you can't do it.
Report, edit, etc...Posted by Mini Moose 2707 on 2005-06-24 at 13:49:21
Why are you using 25 at the end of the trigger? Use 4.
Report, edit, etc...Posted by chuiu on 2005-06-24 at 14:08:14
You need to use 4 like Moose said and you can't use transmissions with hyper triggers.
Report, edit, etc...Posted by Staredit.Net Essence on 2005-06-24 at 14:17:22
oh wow you got it to work thank.
what does those # mean anyways?
Report, edit, etc...Posted by in_a_biskit on 2005-06-25 at 09:28:56
What's everyone talking about?

Transmissions do work on multiplayer.
However, they will only display text and play sound for the 'current player'; that is, if you want a player to see the transmission, they have to be one of the owners of the trigger.

Transmissions can be used with hypertriggers, just like wait actions can be used with hypertriggers.
However, transmissions and wait actions will block each other within the one player, so the hypertriggers should ideally be owned by a player without wait actions or transmissions.
Report, edit, etc...Posted by Heimdal on 2005-06-25 at 12:07:03
The number that is the last parameter of the displaytext and transmission triggers in Starforge is the flags set for that action. 4 is "always display."
Next Page (1)