Author Topic: Getting a list of scripts that contain vehicle datablocks? (New Question!)  (Read 2964 times)

There are specific arguments you have to use. I don't remember exactly what they are.

function Player::damage(%this, %source, %damage, %type), if I remember correctly.

%obj.damage(vehicle driver perhaps, 50, $DamageType::Splat);

addHealth(); should work fine, I can make it play sounds:emotes if it doesn't do that automatically.