TodaY Posted June 22, 2010 Share Posted June 22, 2010 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 endifend Link to comment Share on other sites More sharing options...
SonOfDiablo Posted June 22, 2010 Author Share Posted June 22, 2010 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 endifend 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 More sharing options...
ub3rman123 Posted June 24, 2010 Share Posted June 24, 2010 Set Playable in the item pane to unchecked. Link to comment Share on other sites More sharing options...
SonOfDiablo Posted June 25, 2010 Author Share Posted June 25, 2010 Set Playable in the item pane to unchecked. Ohh, cool thanks :) Link to comment Share on other sites More sharing options...
Recommended Posts