GeorgNihilus Posted February 19, 2009 Share Posted February 19, 2009 Hi again, I'm having an issue with Java it seems so I can't decompile for now ... DeNCS keeps decompiling for ever ... so; anyone has decompiled file k_punk_finale06.ncs from the unk_m41aa_s rim in the Unknown world? hope someone does, thanks as usual mates Link to comment Share on other sites More sharing options...
DarthParametric Posted February 19, 2009 Share Posted February 19, 2009 Here you go: void main() { ActionPauseConversation(); ActionMoveToLocation(GetLocation(GetObjectByTag("carthend", 0)), 1); ActionDoCommand(SetFacingPoint(GetPosition(GetPCSpeaker()))); AssignCommand(GetObjectByTag("cand", 0), ActionMoveToLocation(GetLocation(GetObjectByTag("candend", 0)), 1)); AssignCommand(GetObjectByTag("cand", 0), ActionDoCommand(SetFacingPoint(GetPosition(GetPCSpeaker())))); AssignCommand(GetObjectByTag("mission", 0), ActionMoveToLocation(GetLocation(GetObjectByTag("missionend", 0)), 1)); AssignCommand(GetObjectByTag("mission", 0), ActionDoCommand(SetFacingPoint(GetPosition(GetPCSpeaker())))); AssignCommand(GetObjectByTag("zaalbar", 0), ActionMoveToLocation(GetLocation(GetObjectByTag("zaalbarend", 0)), 1)); AssignCommand(GetObjectByTag("zaalbar", 0), ActionDoCommand(SetFacingPoint(GetPosition(GetPCSpeaker())))); AssignCommand(GetObjectByTag("HK47", 0), ActionMoveToLocation(GetLocation(GetObjectByTag("hk47end", 0)), 1)); AssignCommand(GetObjectByTag("HK47", 0), ActionDoCommand(SetFacingPoint(GetPosition(GetPCSpeaker())))); AssignCommand(GetObjectByTag("T3M4", 0), ActionMoveToLocation(GetLocation(GetObjectByTag("t3m4end", 0)), 1)); AssignCommand(GetObjectByTag("T3M4", 0), ActionDoCommand(SetFacingPoint(GetPosition(GetPCSpeaker())))); ActionWait(3.0); ActionResumeConversation(); } Link to comment Share on other sites More sharing options...
GeorgNihilus Posted February 19, 2009 Author Share Posted February 19, 2009 Thanks DP! gonna take a look at it right now ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.