The thing is my script doesn't work. Please help!
My script is:
scn PointyStickAnimBegin Gamemodeif (player.getequipped AESWeapPointyStick == 1) ;checks to see if player has weapon equipped PrintToConsole "PS_Is_equipped" if (OnKeyDown 47 == 1) ; if yes sees if he is pressing the V key player.additem AESpointystickanimationtoken 1 ;adds the animation token PrintToConsole "PSAT_Has_Been_Added" player.pickidle ; picks an idle (hopefully the PS Animation) PrintToConsole "Idle_picked" player.removeitem AESpointystickanimationtoken 1 ;Removes the anim token endifendifend
Thanks in advance,
Alex