Vai al contenuto

Foto

[nwscript] [/nwscript] is there new tags for these here?


  • Effettua l'accesso per rispondere
Questa discussione ha avuto 5 risposte

#1
CID-78

CID-78
  • Members
  • 1124 Messaggi:
how do i get my pretty script boxes in this forum?

#2
Beerfish

Beerfish
  • Members
  • 23819 Messaggi:
You could also use
and
on the nwn forums I think, perhaps give that a try?  



Edit:  Obviously that doesn't work either.



Modificata da Beerfish, 17 luglio 2009 - 05:44 .


#3
Jassper

Jassper
  • Members
  • 571 Messaggi:
Just paste it





//#include "pqj_inc"

void main()

{

   object oPC = GetLastKiller();

   while( GetIsObjectValid( oPC) && !GetIsPC( oPC)) oPC = GetMaster( oPC);

   object oParty = GetFirstFactionMember(oPC);

   while(GetIsObjectValid(oParty))// make sure they are in the party

      {

      //if (RetrieveQuestState("q_town_vermin", oParty) == 10)

         {

         if(GetArea(oParty) == GetArea(oPC) || oParty == oPC) //checks to make sure the party member is in range

            {

            //AddPersistentJournalQuestEntry("q_town_vermin", 20, oParty, FALSE, FALSE, FALSE);// if in range give journal to that party member

            FloatingTextStringOnCreature( "***Your Journal Has Been Updated***", oPC);

            CreateItemOnObject( "SilkGland", oParty);

            }

         }

     oParty = GetNextFactionMember(oPC); // finds next member

     }

}

Modificata da Jassper, 17 luglio 2009 - 05:54 .


#4
CID-78

CID-78
  • Members
  • 1124 Messaggi:
but those boxes are very usefull. some script are so big that they would make the post unreadable without them.

#5
Jassper

Jassper
  • Members
  • 571 Messaggi:

CID-78 wrote...

but those boxes are very usefull. some script are so big that they would make the post unreadable without them.



I agree


#6
fluffyamoeba

fluffyamoeba
  • Members
  • 264 Messaggi:
pastebin!



( well, nothing wrong with using the nwn pastebin for now anyway )

Modificata da fluffyamoeba, 17 luglio 2009 - 09:54 .