Adding A Force Power To A Lightsaber Weapon

How to add force powers to a lightsaber weapon

  1. Go to your lightsaber in lua/weapons
  2. Find the "SWEP.ForcePowerList" value
  3. Add or remove any force powers you desire. To add more than one force power add a comma after the force power name in quotations
 
Example

SWEP.ForcePowerList = { "Force Leap", "Force Pull"} 

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

Allow Moving While Attacking For A Lightsaber Weapon

How to enable moving while attacking on lightsaber weapons Go to your lightsaber in...

Setting Base Stats For Personal Lightsabers

How to configure base stats for personal lightsabers Navigate to...

Adding Forms To Lightsaber Weapons

How to configure Forms for specific Lightsabers Go to your lightsaber in lua/weapons Find the...

How To Disable Lunge

How to disable lightsaber swing lunge Navigate to...

Creating A Lightsaber Weapon

How to create a custom lightsaber weapon Navigate to lua/weapons Open any premade...