by randi » Thu Sep 06, 2012 4:39 pm
Damn! You made the peasants shit? How'd you do that?
For reference, these are the peasant's Melee states:
Code: Select all
Melee:
PEAS E 10 A_FaceTarget
PEAS F 8 A_CustomMeleeAttack(2*random[PeasantAttack](1,5)+2)
PEAS E 8
Goto See
He does one hit then goes right back to wandering around aimlessly (the See state).
Damn! You made the peasants shit? How'd you do that?
For reference, these are the peasant's Melee states:
[code=php] Melee:
PEAS E 10 A_FaceTarget
PEAS F 8 A_CustomMeleeAttack(2*random[PeasantAttack](1,5)+2)
PEAS E 8
Goto See[/code]
He does one hit then goes right back to wandering around aimlessly (the See state).