Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

NPC scripts

NPC scripts

Deranged
Deranged
Essembi Devlog · · 1 min read
1,651 3
No time for a real entry, here's an npc script in its current stage.

			10 		13 		12 		13 		"droplist.itl" /> 	"model.mesh" material="material/material/mat" gender="male" canWearArmor="true">				"head" items="armor_head_leather_cap, armor_head_none" />		"chest" items="armor_chest_studded_leather, armor_chest_heavy_leather" />		"legs" items="armor_legs_plated_leather_shin_guards" />		"feet" items="armor_feet_hard_leather_boots" />		"arms" items="armor_arms_leather_arms" />		"hands" items="armor_hands_gurlichts_studded_manglers" />		"leftring" items="trinket_ring_none" />		"rightring" items="trinket_ring_none" />		"neck" items="trinket_neck_none" />		"projectileweapon" items="weapon_projectile_heavy_war_crossbow" />		"meleeweapon" items="weapon_melee_axe_of_the_magic_circlet"  />		"shield" items="armor_shield_none" />				Gurlicht the Mangler		Western Independent Briggade 		true 		Faction Dependant 				"onDeath" file="gurlichtDeath.ogg" />	


and here's a screenshot of right now, npc's not implemented yet:

Discussion

Loading comments...