Hello. I have been using these forums for awhile to guide me through blender, and now I finally joined to ask for assistance.
I am working on a First person RPG because I can’t model a body. >_<
anyways I have a sword. I can draw it, sheath it, and do an attack. what I want to know is if I can restrict it to only perform the attack ipo while the sword is drawn. or do a different attack ipo while it is sheathed?
I would like to keep this simple and use logic blocks if possible.
PS is it odd that a new mac with 3 gigs of Ram lags on a render that my shitty 256 Ram laptop at home renders smoothly?
i’d say this is sa pretty easy fix. For simplicity, let’s say d is draw, s is sheath, and a is attack.
Make a boolean (true or false :D) property called ‘drawn?’. now, make it so that when d is pressed, not only does it draw the sword, but also assigns the property ‘drawn?’ to ‘True’.
Now, set up bricks to make it so that when you press a AND 'drawn?" = True >>>>> play attack animation.
hope that helps (o ya, and when he sheats it, make ‘drawn?’ false.)
nope I am still lost but that is just me not the explination. are those suposed o be double equal signs? and am I supposed to change the value each time I draw and sheath the sword?