• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Radio system- Talkative marines

Status
Not open for further replies.
Level 13
Joined
Mar 24, 2007
Messages
1,313
In my upcomming map i was hoping to implement a "radio system" that allows for marines/clones to say theyre thoughts at random via floating text. How should i go about this, please post a trigger that shows me the basics of it. It would be best if it was explained how to make the trigger (seem) random *not every soldier would say aye to an order, only a leader would*. I dont know, random chatter at the very least would be impressive.
 
Level 27
Joined
Feb 22, 2006
Messages
3,052
You would have to make an array of strings at the beginning of the game.
  • Set String[1] = Roger
  • Set String[2] = On it
  • Set String[etc.] = etc.
Then, make a trigger:
  • Actions
    • Floating Text - Create floating text that reads String[Random Integer between 1 and etc.] above (yourunit) with Z offset 100.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
--donut3.5--
 
Level 13
Joined
Mar 24, 2007
Messages
1,313
Ah i think i see.

I shall post back here in one or 2 days to see if it worked, Im going to see if i can get them to say things as responses to world events (marine see's enemy): Contact ! (Marine uses shadowmeld):shut the f*ck up on the radio (Marine dies) AArrrggh !

Stuff like that, ill look around the conditions.
 
Status
Not open for further replies.
Top