-
Notifications
You must be signed in to change notification settings - Fork 51
Manual:DIL Manual position update()
iamnove edited this page Jan 18, 2023
·
51 revisions
position_update ( u : unitptr ) u : A pointer to a player or a monster. The character will be updated and perhaps killed, incapacitated, mortally wounded, revived, etc. depending on current hitpoints. Useful when tampering with the 'hp' field. Example:
pc.hp := pc.hp - 100; position_update(pc);