evilpuncker 503 Posted May 14, 2015 I was testing marriage.txt NPC and noticed that if I do @divorce the permanent character variable "wedding_sign" is not reset back to 0 at least in atcommand, maybe that is true in script command as well, what about making this variable reset so users have to apply for a marriage again, providing the items to NPC again Quote Share this post Link to post Share on other sites
Oxxy 24 Posted May 21, 2015 (edited) That's an easy to do. pc_setglobalreg(sd, "wedding_sign", 0); *fixed Edited May 21, 2015 by Oxxy Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 21, 2015 pc_setglobalreg* Quote Share this post Link to post Share on other sites