Jump to content

".debug setvalue" command ?


labyrinthis

Recommended Posts

Hello there,

Actually I have a problem with the syntax of that command ( .debug setvalue )

Each time I try to make it works a have this message which don't mean a lot for me :

"syntax : .debug setvalue #field [intex|bit|float] #value

Set he field #field of the selected target to value #value. If no target is selected, set the content of your field

use type arg for set input format : int (decimal number), hex (hex value), bit (bitstring), float. By default expect integer input format."

could someone help me ? this not an emergency but I'd like to know how to make it works.

I'm sorry if my english is bad, I'm french guy, so please be indulgent :).

I wish you'd answer me, thanks by advance.

Labyrinthis

Link to comment
Share on other sites

.debug setvalue 1000 hex 2ff

will set value 0x2ff (=767) to field 1000 of target player/creature

.debug setvalue 1000 int 100

will set value 100f to field 1000 of target player/creature

.debug setvalue 1000 bit 100

will set value 4 (0100 in bits form) to field 1000 of target player/creature

.debug setvalue 1000 bit 2.0

will set value 2.0f to field 1000 of target player/creature

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use