Author Topic: Need help  (Read 358 times)

OK i need to know how to change models what in a script changes them for example
datablock PlayerData(PlayerNoJet : PlayerStandardArmor)
Does that mean it uses the player for a model?

OK i need to know how to change models what in a script changes them for example
datablock PlayerData(PlayerNoJet : PlayerStandardArmor)
Does that mean it uses the player for a model?
It means that whatever PlayerStandardArmor has, it will inherit its traits.
So yes, it will use the same player model.

Thanks so then whats the model for the wrench?
is it ci_wrench?

base/data/shapes/wrench.dts is where you find the wrench model.