HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Whipering

09-02-2004, 05:07 PM#1
image
Is is possible to make a trigger that shows one player what everyone is whispering. I need this to stop personal attacks on players through whispering.

EDIT- :god_help_us: i misspelt whispering in the title :( :\ o_O
09-02-2004, 05:26 PM#2
linkmaster23
Impossible. Sorry. :(
09-02-2004, 06:35 PM#3
image
Then is it possible to prevent all whispering

EDIT- also is possible to do something by the whispering script (whatever it is) like they are suggesting for the cheats script in the thread entitled Cheats.
09-03-2004, 02:57 AM#4
cheese_doodle
The only thing i can think of that will make this work is this trigger:

Event
-Player- Player 1 types a chat message containing (space {as in space bar}) as a substring
Action
-Game- Display to (whoever) for 10 seconds the text: ((Name of (Triggering Player)) + (Entered chat string))

!!!BUT!!! you will also have lots of Game messages because this trigger also creates text messages from normal chat too. .
(i used the Space Bar substring because most people use spaces in between words ^_^ ) But over all this is probably the closest you will get with a plain old trigger. Hope it helps
09-03-2004, 03:32 AM#5
fugly
ok cheese 2 problems with your code, whispers don't register as a game chat event so the tirgger won't fire when you whisper, also you can use an empty string instead of a space bar to pass all messages.
09-03-2004, 03:34 AM#6
Pheonix-IV
there isnt a way to detect whispers, sorry.
09-03-2004, 01:46 PM#7
linkmaster23
These people are misleading you, it is impossible to detect whispers.