Jump to content


Photo

Help, please


  • Please log in to reply
4 replies to this topic

#1 Dark Phantom

Dark Phantom

    Juna's true master

  • Member
  • 85 posts

Posted 23 May 2003 - 11:44 AM

can anybody tell me what is wrong with this code?   Weidu keeps claiming that there is an errer on line 12.  I have looked at everything up to line 12, and I can not see the problem.

BEGIN Juna2

IF ~IsGabber("Player1")~ THEN BEGIN Rejoin
SAY ~Well, , it appears I am...changed. I feel power...great power...~
= ~..but not enough to break the curse of slavery.  Shall I rejoin you, evil one?~
IF ~~ THEN REPLY ~Yes, yes.  Get in line and shut up, slave. It might be interesting to see what changes were made... in bed, that is...~ GOTO Inparty
IF ~~ THEN REPLY ~I raised you, and will be back. I have stuff I must attend to, and have no desire for some foolish vampire (just yet).~ GOTO WillBeBack
IF ~~ THEN REPLY  ~No, I free you now: I just wanted you back in the realm of the living. Go cause trouble, little whore!~ GOTO GetYeGone
END

IF ~~ THEN BEGIN Inparty
        IF ~~ THEN SAY ~Yes, ~ DO ~JoinParty()~     (This is line 12 in my script)
IF ~~ THEN EXIT
END

#2 Kiki

Kiki

    Philosopher Queen in training

  • Member
  • 499 posts

Posted 23 May 2003 - 11:52 AM

The line should begin with SAY. Take out the IF ~~ THEN.
Placetne, magistra?

#3 Kismet

Kismet

    Mild Thang

  • Member
  • 348 posts

Posted 23 May 2003 - 12:03 PM

I'm not certain, but I think the DO should be on the next line.

SAY ~Yes.~
IF ~~ THEN DO ~JoinParty()~ EXIT

#4 Dark Phantom

Dark Phantom

    Juna's true master

  • Member
  • 85 posts

Posted 23 May 2003 - 12:05 PM

Done, but it did not fix it. I am starting to wonder if Weidu doesn't hate my mod (sob)

No, in a more serious note, I had forgotten I had put that in, as a test, after looking over everything.

#5 Dark Phantom

Dark Phantom

    Juna's true master

  • Member
  • 85 posts

Posted 23 May 2003 - 12:07 PM

Changed that, and it has gone to the next line: IF ~~ THEN EXIT.

As I said, I almost swear WEIDU has it in for me.