Jump to content

Looking for help with creating a unique custom script


AgraveldTor

Recommended Posts

I am looking to make script for use in Wasteland Defence Cont

 

What i want to do, is allow the player to choose what type of armor their guards are using.

a lot like this but without the need to go to every guard and console the armor.

 

The armors i want to add are:

- Enclave

- BoS

- Legion

- NCR

- Army

 

I was thinking along these lines. Its not much.


scn aaaSettlementArmorChangeEnclaveScript

Short Button
Short Active

BEGIN GameMode

if Active == 1

		Set Button to GetButtonPressed

	if Button == 0 
		disable
          		 markfordelete
					aaaSettlementFortGuardAAM.additem aaaSettlementArmorChangeEnclaveTrooper // <-- Leveled List//
		Set Active to 0
	elseif Button == 1 
		Set Active to 0
	endif

endif

END

 

or if that doesn't work what can i do.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...