hello all.
I'm a little unfimilear with the new limb system so I need help with this .
I've been trying to use the hidelimb=x to hide the NPC's left hand . I knew using the great Script Syntax List by Ched40 - Thanks Ched
- that it can only be called on the appear script . however , it's not working at all . Note that I edited the .fpe file of the NPC to enable limb detection . The entity is supposed to show on activation , that part works great so there's no need for the main script .
Here is the appear script :
;Artificial Intelligence Script
;Header
desc = Instant On
;Triggers
:state=0:etimerstart,state=1
:state=1,etimergreater=70:hidelimb=8,hide,runfpidefault=1
;End of Script
And here's the .fpe :
;header
desc = Scientist (unarmed)
;ai
aiinit = appear1.fpi
aimain = people\coward.fpi
aidestroy = destroy\fadecorpse.fpi
aishoot =
soundset = male
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
;orientation
model = scientist.X
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
scale = 80
fixnewy = 180
;cone of sight
coneheight = 53
coneangle = 50
;visualinfo
textured = scientist_D2.tga
effect =
castshadow = 0
;decals
decalmax = 2
decal0 = red
decal1 = blood
;identity details
strength = 100
ischaracter = 1
hasweapon =
isobjective = 0
cantakeweapon = 1
;bodypartslimbinfo (1=head/2=body/3+4=armslr/5+6=legslr)
limbmax = 99
limb46 = 1
limb24 = 1
limb21 = 2
limb22 = 2
limb23 = 2
limb3 = 2
limb25 = 3
limb26 = 3
limb27 = 3
limb28 = 3
limb35 = 4
limb36 = 4
limb37 = 4
limb38 = 4
limb4 = 5
limb5 = 5
limb6 = 5
limb7 = 5
limb12 = 6
limb13 = 6
limb14 = 6
limb15 = 6
;animationinfo
animmax = 100
anim0 = 190,209
anim1 = 210,234
anim2 = 235,259
anim3 = 260,279
anim4 = 280,299
anim5 = 300,318
anim6 = 319,355
anim7 = 160,189
anim11 = 0,19
anim12 = 20,39
anim13 = 493,522
anim14 = 40,59
anim15 = 60,79
anim16 = 523,552
anim17 = 120,139
anim18 = 140,159
anim20 = 80,99
anim21 = 100,119
anim31 = 356,380
anim32 = 381,405
anim33 = 381,405
anim34 = 381,405
anim35 = 381,405
anim36 = 406,442
anim40 = 443,462
anim41 = 463,492
anim50 = 553,572
anim51 = 573,597
anim52 = 598,622
anim53 = 623,642
anim54 = 643,662
anim55 = 663,681
anim56 = 682,731
anim57 = 160,189
anim61 = 0,19
anim62 = 20,39
anim63 = 822,911
anim64 = 40,59
anim65 = 60,79
anim66 = 912,941
anim67 = 120,139
anim68 = 140,159
anim70 = 80,99
anim71 = 100,119
anim81 = 732,756
anim82 = 757,781
anim83 = 757,781
anim84 = 757,781
anim85 = 757,781
anim86 = 782,831
anim90 = 832,851
anim91 = 852,881
"I am the night visitor when everyone is sleep , and when the last light fades"
The illusionest