Game Development Community

Resolved: Behaviors not showing up in Dropdown List

by Deozaan · in Torque Game Builder · 10/21/2007 (1:47 pm) · 2 replies

I've been creating behaviors recently and have come across a puzzling situation where some of the behaviors are not showing up in the drop down list.

I had this problem with GenericInputAction first but now with one of my own custom behaviors. It's not that it only doesn't show up in the dropdown list, but it TGB doesn't even create the .dso file from the script. So I can't add the behaviors manually with script.

Is it possible that there's a limit in the length of the name for behaviors? Both my custom behavior and genericInputActionBehavior have kind of long names. It's the only reason I can think of why they won't work.

Anyone have any tips?

#1
10/21/2007 (1:50 pm)
By the way, I just noticed that Generic Input Action is now properly showing up in the list. But my custom behavior is not...
#2
10/21/2007 (1:54 pm)
Whoops I found a couple errors in my behavior definition. Fixed them and now it is showing up.