jastey Posted January 2, 2020 Posted January 2, 2020 I would like to change an existing area so that the party can rest indoors. The area is currently "Indoors" (no flaggs set). Would someone be so kind and provide the code I need to change the Location flags accordingly? Quote
Sam. Posted January 2, 2020 Posted January 2, 2020 WRITE_SHORT 0x0048 BIT7 or perhaps WRITE_SHORT 0x0048 ((SHORT_AT 0x0048) BOR BIT7) ? Quote
Luke Posted January 2, 2020 Posted January 2, 2020 (edited) COPY_EXISTING "AR0011.are" "override" // This name is just a placeholder, put the area you're actually interested in... WRITE_SHORT 0x48 (THIS BOR BIT7) // This command will flag the area as "Can rest indoors" without editing existing flags (if any...) BUT_ONLY Edited January 2, 2020 by Luke Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.