Difference between revisions of "Manual:DIL Manual/setweight()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
<span id="bpsetweight"></span>
 +
setweight( u : unitptr, i : integer )
 +
    u : the unit on which you wish to alter the weight.
 +
    i : the new weight
  
 +
    This is needed on for example drink-containers. I.e. if you wish to
 +
    remove or add some liquid, you must also adjust the weight of the
 +
    container, or you will mess up things.
  
 +
---~---~---~---~---~---~---~---~---
 
<span id="bpsetweight"></span>
 
<span id="bpsetweight"></span>
 
  setweight( u : unitptr, i : integer )
 
  setweight( u : unitptr, i : integer )

Latest revision as of 22:38, 4 December 2025

setweight( u : unitptr, i : integer )
   u : the unit on which you wish to alter the weight.
   i : the new weight
   This is needed on for example drink-containers. I.e. if you wish to
   remove or add some liquid, you must also adjust the weight of the
   container, or you will mess up things.
---~---~---~---~---~---~---~---~---

setweight( u : unitptr, i : integer )
   u : the unit on which you wish to alter the weight.
   i : the new weight
   This is needed on for example drink-containers. I.e. if you wish to
   remove or add some liquid, you must also adjust the weight of the
   container, or you will mess up things.
---~---~---~---~---~---~---~---~---