The removePersistentProfileParameter native AI script function removes a profile parameter from the current NPC group.
()removePersistentProfileParameter(parameterName: s) // removePersistentProfileParameter_s_
()removePersistentProfileParameter("running");
This example code removes the "running" parameter (or "running:*" parameters) from the current NPC group.