Only4fun 1 Posted May 20, 2014 (edited) Hello, How to alter @killable to only players with the command active can kill themselves? In src/map/battle.c: if( sd->state.killable ) { state |= BCT_ENEMY; // Everything can kill it strip_enemy = 0; } What needs to change to work? Grateful, char0. Edited May 22, 2014 by char0 Quote Share this post Link to post Share on other sites
if( sd->state.killable ) { state |= BCT_ENEMY; // Everything can kill it strip_enemy = 0; }What needs to change to work?
Share this post
Link to post
Share on other sites