You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entity input hooks are great, however, sometimes they are very limited without being able to check the input parameter. For example, commentary_zombie_spawner's SpawnZombie input can mean completely different things depending on the parameter. Attempting to modify the entity's behavior without knowing the parameter value is basically useless.
The text was updated successfully, but these errors were encountered:
Suggestion
Entity input hooks are great, however, sometimes they are very limited without being able to check the input parameter. For example,
commentary_zombie_spawner
'sSpawnZombie
input can mean completely different things depending on the parameter. Attempting to modify the entity's behavior without knowing the parameter value is basically useless.The text was updated successfully, but these errors were encountered: