2641
Modification Help / Re: /spy command functionality?
« on: August 24, 2015, 07:56:27 PM »
probably overwrite it to be something like /spy name bool
then change if(mFloor(%victimName) > 0) to if(mFloor(%victimName) > 0 || bool)
but then if spy ever gets updated in the future, that could be an issue
then change if(mFloor(%victimName) > 0) to if(mFloor(%victimName) > 0 || bool)
but then if spy ever gets updated in the future, that could be an issue