deniswalle96 Posted May 22, 2024 Posted May 22, 2024 *setcell "<map name>",<x1>,<y1>,<x2>,<y2>,<type>,<flag>; what are all the possible values for type? Quote
0 Winterfox Posted May 22, 2024 Posted May 22, 2024 /* setcell types */ export_constant(CELL_WALKABLE); export_constant(CELL_SHOOTABLE); export_constant(CELL_WATER); export_constant(CELL_NPC); export_constant(CELL_BASILICA); export_constant(CELL_LANDPROTECTOR); export_constant(CELL_NOVENDING); export_constant(CELL_NOCHAT); export_constant(CELL_MAELSTROM); export_constant(CELL_ICEWALL); export_constant(CELL_NOBUYINGSTORE); Quote
Question
deniswalle96
what are all the possible values for type?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.