write_xxx
These functions take a memory address as the parameter and can write to arbitrary pieces of Fallout’s address None of these functions will work unless AllowUnsafeScripting is enabled in ddraw.ini.
Functions
write_byte
UNSAFE
void write_byte(int address, int value)
write_int
UNSAFE
void write_int(int address, int value)
write_short
UNSAFE
void write_short(int address, int value)
write_string
UNSAFE
void write_string(int address, string value)