HK-42 Posted January 20, 2009 Share Posted January 20, 2009 Strange Problem: I edited a invisible placeable, then changed the conversation to a_invsland.dlg. I spawned the placeable but when ever I click on it the dialog dosen't launch. Quick Pic: Show spoiler (hidden content - requires Javascript to show) Anyidea's whats wrong. If it matters I edited the boarding placeable at the ebon hawk in Davik's Palace. Link to comment Share on other sites More sharing options...
Canderis Posted January 20, 2009 Share Posted January 20, 2009 Did you double check you named it right? Link to comment Share on other sites More sharing options...
HK-42 Posted January 20, 2009 Author Share Posted January 20, 2009 Did you double check you named it right? Triple Link to comment Share on other sites More sharing options...
Star Admiral Posted January 21, 2009 Share Posted January 21, 2009 Two things. One, are there any conditionals in the dialog? If no dialog branch is valid, no dialog will launch. Two, are you sure your character can access the placeable, i.e., nothing is blocking it? Try moving the invisible placeable a little bit forward, because sometimes it looks like there is nothing in between you and the placeable, but the game engine thinks there is. And I almost forgot, you did put the dialog file inside either the Override folder or packaged it into the relevant module file? - Star Admiral Link to comment Share on other sites More sharing options...
HK-42 Posted January 21, 2009 Author Share Posted January 21, 2009 Two things. One, are there any conditionals in the dialog? If no dialog branch is valid, no dialog will launch. Two, are you sure your character can access the placeable, i.e., nothing is blocking it? Try moving the invisible placeable a little bit forward, because sometimes it looks like there is nothing in between you and the placeable, but the game engine thinks there is. And I almost forgot, you did put the dialog file inside either the Override folder or packaged it into the relevant module file? - Star Admiral 1. No scripts actually all the files is: Owner: Testing PC: Test? Owner: Test 2. I'll try that real fast expect a edit. EDIT: No luck. 3. In Module file like I always do Link to comment Share on other sites More sharing options...
Star Admiral Posted January 21, 2009 Share Posted January 21, 2009 Open up the placeable in KT and go to the Scripts tab. Is there an entry in the OnUsed textbox? If not, compile the following code and put the script name into that box. void main() { ActionStartConversation( GetFirstPC() ); } EDIT: Change OBJECT_SELF to GetFirstPC(). Stupid me. - Star Admiral Link to comment Share on other sites More sharing options...
HK-42 Posted January 21, 2009 Author Share Posted January 21, 2009 Open up the placeable in KT and go to the Scripts tab. Is there an entry in the OnUsed textbox? If not, compile the following code and put the script name into that box. void main() { ActionStartConversation( OBJECT_SELF ); } - Star Admiral Thanks Star Admiral. It worked. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.