Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- unit Userscript;
- function Process(e: IInterface): Integer;
- begin
- if Signature(e) <> 'WEAP' then
- exit;
- SetElementEditValues(e, 'DATA\Damage', GetElementEditValues(e, 'CRDT\Damage'));
- end;
- end.
Advertisement
Add Comment
Please, Sign In to add comment