Alistaire: Take the damn advertisement
@thread: can we see a snippet of the script?
Mods
[Unfinished] Fallout New Vegas Skin Pack
Alistaire: Take the damn advertisement
Alistaire: The worn weapons script.
Apache uwu: What is snippet?
Apache uwu: I'll do that later.
Apache uwu: Yeah... I need over encumbered script and more carry-able weapons script. Can you do a script like that? addhook("movetile","_movetile")
function _movetile(id,x,y)
	for _,it in ipairs(item(0,"table")) do
		if x==item(it,"x") and y==item(it,"y") then
			parse("equip "..id.." "..item(it,"type"))
			parse("removeitem "..it)
		end
	end
end
Apache uwu: Which one is that? ratio=1
weapons=#playerweapons(id)
parse("speedmod "..id.." "..weapons/ratio)
Apache uwu: It depends on how heavy is the weapon.
DevGru has written
Apache uwu: It depends on how heavy is the weapon.
Apache uwu: Some of my skinners doesn't know how to make players, except for Guitorres but he's very busy. So I make the player skins + Scopes are hard dude.