Boxah Posted July 25, 2005 Share Posted July 25, 2005 My laptop's fan has exploded. I can't contribute anything til it's up and running. Should be fine by tomorrow but not a guarentee. Box Link to comment Share on other sites More sharing options...
Darth333 Posted July 25, 2005 Share Posted July 25, 2005 Originally posted by tylerjk Can you use the dialogue with rukil after you find the promised land journals and bring them back to him? And I just need a computer it doesn't really matter what kind or anything I can edit the dialogue with it after you make the script, and I need it at these coordinates 283.73, 112.72, 1.50. Hoping this can help compensate the computer problems soem of you are having Just use the module OnEnter event. Extract k_ptar_a04aa_en.ncs and rename it to old_a04aa_en.ncs (check if it's the correct module...) And make a new k_ptar_a04aa_en.nss tp spawn the computer: void main() { object oEntering = GetEnteringObject(); object oPC=GetFirstPC(); if (GetIsPC(oEntering)) { //check if the object is already there to avoid multiple objects if (!GetIsObjectValid(GetObjectByTag("computer_tag_goes_here"))) { CreateObject(OBJECT_TYPE_PLACEABLE, "container_templateresref", Location(Vector(283.73, 112.72, 1.50), 0.0)); } } ExecuteScript("old_a04aa_en", OBJECT_SELF()); } The computer should be there whenever you visit the module but you want the computer to be unlockable only after a certain event, you can use a conditional script for the .dlg with the computer. ...or if you want the computer to spawn only after a certain event, just add a condition in the script, somehting like: if (GetGlobalNumber("GLOBAL TO CHECK FOR GOES HERE")==x) Link to comment Share on other sites More sharing options...
RevanA4 Posted July 25, 2005 Author Share Posted July 25, 2005 but...but..ya just ruined all my fun:p oh well my power supply should be here today:D Link to comment Share on other sites More sharing options...
tylerjk Posted July 25, 2005 Share Posted July 25, 2005 Um, well, hmm, that scrip kinda doesn't work for what I need. It will only fire once cause you will never talk to rukil again after the promised land and also I tried a script like that and a third thing it needs to be atached to a dialogue actually, I don't want to replace any script there is already we need a new one. Link to comment Share on other sites More sharing options...
The_Maker Posted July 28, 2005 Share Posted July 28, 2005 Dead I already did a "reskin" of a rakghoul "queen/matriarch/whatever" but I dont know who to send it to, what the &*$ it should be used for, or what else I should be working on. I hereby resign. Good luck with the "mod" Link to comment Share on other sites More sharing options...
tylerjk Posted July 28, 2005 Share Posted July 28, 2005 I am also quiting, as far as I know there is really only one person still working on the mod besides me, not enough to continue. Anyways I am gonna finish 2 mods that I started like 6 months ago. So, see ya Link to comment Share on other sites More sharing options...
Boxah Posted July 28, 2005 Share Posted July 28, 2005 Great Well I'll get on with something else then. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.