meh I'm just sticking to the show.
The ingame warrior is now 100% complete.
I modified the actor code so that only crushing and drowning (ie, special energy) can kill him. All other energy bolts just do nothing. Sometimes you shoot him with a zat and he doesnt even turn around. But when he does, he fires pulses of 4 plasma bolts with intervals of 120 msecs. pwnd.
ok, now I'm going to modify the staff weapon, so thta when u select it and you have anubis warrior armour on, instead of the staff, you use the rapid plasma caster
Also adding the anti-kull energy bolt add-on for the p90.
The ingame warrior is now 100% complete.
I modified the actor code so that only crushing and drowning (ie, special energy) can kill him. All other energy bolts just do nothing. Sometimes you shoot him with a zat and he doesnt even turn around. But when he does, he fires pulses of 4 plasma bolts with intervals of 120 msecs. pwnd.
ok, now I'm going to modify the staff weapon, so thta when u select it and you have anubis warrior armour on, instead of the staff, you use the rapid plasma caster
Also adding the anti-kull energy bolt add-on for the p90.
Code:
if(getThingFlags(source) & 0x8){ do her} elseif(getThingFlags(source) & 0x4){ do other babe} else{ do a dude}