Page 1 of 1
{SOLVED}Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 4:19 am
by Fabysk
A Month ago, I began making a custom skin for Project 115. It is fully functional. But today, I was thinking that if it is possible for the player to say a taunt after killing a monster. I'm pretty sure this is absurd, but if it isn't, is there any way to do so? If not, then that's ok.
RE: Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 4:32 am
by President People
For a skin? No. You would need either a custom playerclass or modified monsters for that.
RE: Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 4:36 am
by Fabysk
President People wrote:
You would need either a custom playerclass or modified monsters for that.
How would I execute this? What decorate statement do I use exactly for either the playerclass or monster?
RE: Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 5:25 am
by CloudFlash
If you had custom playerclass and custom monster, then you could do something like this:
1. When monster enters death state, make it give it's killer an item.
2. Edit playerclass so that it checks for this item every single tic in his spawn, see and fire states.
3. If playerclass finds out that yes it has item, make it jump to a state which makes him yell out that joke about Chuck Norris, and then return to whatever state he was in.
You'd need a_givetotarget, a_jumpifinventory and a_playsound, I think
RE: Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 5:31 am
by TerminusEst13
Fabysk wrote:
President People wrote:
You would need either a custom playerclass or modified monsters for that.
How would I execute this? What decorate statement do I use exactly for either the playerclass or monster?
Feel free to reference Samsara, if desired, as Duke Nukem does the same thing.
RE: Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 6:22 am
by Fabysk
Thank you CloudFlash! It works. Sample Video (No Chuck Norris sadly D: Just something quick)
The [video] tag is deprecated, please use the [media] tag
*fixed* I never used 'unlisted' in any of my uploaded Youtube videos, so I never knew what it was.
RE: {SOLVED}Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 12:44 pm
by Avi
"This video is private."
Your sample video needs to be changed from "Private" to "Unlisted."
RE: {SOLVED}Custom Skin Taunt After Killing a Monster
Posted: Fri Jun 13, 2014 4:57 pm
by Fabysk
Fixed the video. Changed the video privacy. View it in my previous post