kerbiii 5 Posted November 6, 2013 i tried setwall and now i cant remove the wall anymore. even if i delete the script the wall stays there. Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted November 6, 2013 Try adding this somewhere: delwall "Wall Name"; Here's the documentation for setwall and delwall: http://herc.ws/wiki/Setwall 2 Zephy and kerbiii reacted to this Quote Share this post Link to post Share on other sites
0 kerbiii 5 Posted November 6, 2013 setwall "mapname",x,y,6,7,0,"wallname"; what is the use of (6,7,0) Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted November 6, 2013 setwall "mapname",x,y,6,7,0,"wallname"; what is the use of (6,7,0) It means you're creating an invisible wall that starts on coordinates (x, y) on "mapname" and is 6 cells long in the direction 7 (see below); the shootable flag is off (0 = off, 1 = on), meaning that it cannot be hit/targeted, and the name of the wall is "wallname". Direction 7 means the wall is facing the northeast corner and will continue for 6 cells: [1][8][7] [2][0][6] [3][4][5] Quote Share this post Link to post Share on other sites
0 karazu 33 Posted November 6, 2013 now I know! Quote Share this post Link to post Share on other sites
i tried
setwall and now i cant remove the wall anymore. even if i delete the script the wall stays there.
Share this post
Link to post
Share on other sites