Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Mute casting spell
Author Message
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: Help with Mute casting spell
You must create a speech template to mute everything, and then set/unset this speech on player when it start/stop magery skill

sphere_skills.scp:
Code:
[SKILL 25]
DEFNAME=Skill_Magery
//...

ON=@Start
DSPEECH +spk_magery

ON=@Abort
DSPEECH -spk_magery

ON=@Success
DSPEECH -spk_magery

ON=@Fail
DSPEECH -spk_magery


[SPEECH spk_magery]
ON=*
return 1
04-25-2020 05:44 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Help with Mute casting spell - xtronchox - 04-25-2020, 10:59 AM
RE: Help with Mute casting spell - Coruja - 04-25-2020 05:44 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)