Jump to content

Horro npcs?


SonOfDiablo

Recommended Posts

Here's a script to add it to the player - but you need to find a better scripter than me for the NPC's, im not that good at it

 

Scriptname [insert name here]

 

short doone

 

begin gamemode (if you want to add the suit in char creation screen, you'll have to find a better scripter)

if doonce == 0

player.additem [insert your suit's ID here] 1

player.equipitem [insert your suit's ID here]

set doonce to 1

endif

end

 

 

Link to comment
Share on other sites

Here's a script to add it to the player - but you need to find a better scripter than me for the NPC's, im not that good at it

 

Scriptname [insert name here]

 

short doone

 

begin gamemode (if you want to add the suit in char creation screen, you'll have to find a better scripter)

if doonce == 0

player.additem [insert your suit's ID here] 1

player.equipitem [insert your suit's ID here]

set doonce to 1

endif

end

 

 

 

Cool thanks :D

 

 

Okay, do someone know how to make a script that adds the suit to some npcs and so the player can't take it?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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