Switch to edit mode.
1: if ((victim = args[1]).location != this || !$perm_utils:can_hack()) 2: return E_PERM 3: endif 4: this:spit(victim) 5: if (victim.location == this) 6: pass(@args) 7: endif
[home | help | who | search | setup | code]