Marriage Script error

smoochy boys on tour

Razac

LOMCN n00bie
Jan 16, 2009
8
0
12
ok I have this marriage script and checked it in script editor, saying there is a problem at line 129 unknown instruction, and line 189, unknown instruction.

here's the bits of script that are the problem(highlighted in orange are the lines that are problems)

[@@InputMarried_Woman]
#IF
Mov B5 %INPUTSTR
!Equal B5 ""

#IF
Inc N55{WAITINGTIMEOUT} 1
Large N55{WAITINGTIMEOUT} 5
#ACT
 

Razac

LOMCN n00bie
Jan 16, 2009
8
0
12
[@@InputMarried_Woman]
#ACT
Mov B5 %INPUTSTR
!Equal B5 ""

thnks for that, got a problem with this bit of the script now though :S Saying unknown or false instruction.
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
Code:
!EQUAL B5 ""
is a question..

Is B5 NOT Equal to "".. therefor should be after #IF

1 Question though, why is your Marriage NPC so knackered? Just get a fresh one out of the files and it should work fine.
 
Upvote 0