Ok, now I'm stuck.
Posted: Sun Nov 19, 2006 9:41 pm
Hey there folks, I'm almost done with my headbangmod, only there's only 1 thing remaining, that's the damaging of the other player.
Here's what I want to do in words:
Well do you guys have experience with this stuff??
Thanks already,
Wertmanzzz
Here's what I want to do in words:
Code: Select all
killthread local.player:
headtrigger_# triggerable (make sure that it's triggerable)
if local.player exists
{
wait until headtrigger_# is triggered.
if local.player.state == "HEADBANG"
{
if headtrigger is touching an other human
hurt the other human
wait until the headbang state is over
}
}
end
(Headtrigger is the trigger attached to the head
Thanks already,
Wertmanzzz