Game Development Community

Apparatus - Door Pack

by Hesham Amiri · in Torque Game Engine Advanced · 11/23/2008 (8:07 am) · 1 replies

I have setup the door pack as detailed in the readme file. However, the animations are not playing when the player enters the trigger.

I get the following error in the log:
scriptsAndAssets/server/scripts/doortemplateTrigger.cs (8): Unable to find object: 'TriggerDoor' attempting to call function 'playThread'
scriptsAndAssets/server/scripts/doortemplateTrigger.cs (13): Unable to find object: 'TriggerDoor' attempting to call function 'playThread'


In the read me file it mentioned that I should name the door shape to DoorTrigger, how do I do this?

#1
11/23/2008 (9:50 am)
Ok I git it working - YOu can set the object name by using the text field next to the apply button in the inspector.

However, the read me with the door pack states that you should rename the shape object to DoorTrigger where infact in should be TriggerDoor..