Basically whenever someone posts a script with the event that is called when someone hits an npc, that function name is censored, even when in php code.(because of sh*t being in it)
PHP Code:
function onwa****(){
//stuff
}
can an exception be added for when onwa**** is used in code, combined together?