Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Player speech
|
Author |
Message |
Leonidas
Master
Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1
|
Player speech
Trying to get "I must consider my sins" to work.
Code:
// Speech block associated to players
SpeechSelf=spk_player
Code:
[SPEECH spk_player]
// All players speech filtered through here.
ON=I must consider my sins
SYSMESSAGE Murders: <KILLS>
ON=I resign from my guild
IF (<GUILD>)
f_guildsys_removecharfromguild <GUILD>,<UID>
ENDIF
ON=I resign from my town
IF (<TOWN>)
f_townsys_removecharfromtown <TOWN>,<UID>
ENDIF
Nothing happens in-game using a player account.
Scratch that, I added "ON=TEST" and that worked, removed that, tried "I must consider my sins" again and now its working...weird.
(This post was last modified: 01-28-2017 12:56 PM by Leonidas.)
|
|
01-28-2017 12:53 PM |
|
|
User(s) browsing this thread: 1 Guest(s)