Jump to content


Dark Phantom

Member Since 24 Sep 2002
Offline Last Active Apr 16 2009 03:52 PM

Posts I've Made

In Topic: A technical question

22 July 2003 - 08:12 AM

Or, I thought I was.    I had it install, but now I am having trouble.  can somebody tell me how to make this script, well, work?  I have looked through the readme, but I can not see what I have done wrong.   I have no idea where to look for it in the NPC Mods.

EXTEND_TOP LEHTIN 15
IF ~Global(?SlavingJerk?,?GLOBAL?,2)
PartyGoldGT(1999),
!GLOBAL("JunaBought", "GLOBAL", 1)~ THEN REPLY ~I saved your life, and your tavern.  I require more reward than a simple sword and armor.~ GOTO notenough
END

The codeing is correct, that is The slaving Jerk and Party GoldGT variables are taken from NI.    Is it the third, which I added to make sure you can not do this more than once?   Or is it wrong in other way's.

In Topic: A technical question

18 July 2003 - 07:17 PM

thanks to your help, I am finally Beta.  THANKS!

In Topic: A technical question

12 July 2003 - 02:06 PM

I have this in my TP2 file.  I have read on scripting, but am unsure this is legitamite.   Can you tell?  It is supposed to create the creature Vithroth after you put the heart and body in the arms of the statue of amunator.  And if this is not it, any suggestions how?

APPEND CLEANSE.BCS
IF Contains("Junabody", myself)
Contains("MISCBP", myself)
THEN
     Response 100
        CreateCreature("Vithrot", [2645.174])
        DestroyItem("JunaBody")
        DestroyItem("MISCBP")
END
END

In Topic: A technical question

12 July 2003 - 12:18 AM

No, because it is simply a single dialouge script.   one time run.

In Topic: A technical question

11 July 2003 - 08:07 PM

What if I just want to make sure the PARTY has the item?  Does anybody know how to do this, i guess, is my question.