25-02-2009, 07:47 AM
i seem to have a similar problem that Rebjorn had. when compiling/creating the .exe file it stops here
frmNpcEditor.scrlSprite.Max = (DDSD_Sprite.lHeight \ SIZE_Y) - 1
and gives me this error
Compile Error
Invalid Qualifier
however i can blank out the line like 'frmNpcEditor.scrlSprite.Max = (DDSD_Sprite.lHeight \ SIZE_Y) - 1 ...and it will compile and work fine. i can access the quest window and make quests but i cant figure out how exactly do you add the quest to the NPC? :\
is that line of code important in the script, what does it do?. and if i deffinately need it how can I solve this error problem please?
it is only that line of code that it has a problem with, the rest works fine.
frmNpcEditor.scrlSprite.Max = (DDSD_Sprite.lHeight \ SIZE_Y) - 1
and gives me this error
Compile Error
Invalid Qualifier
however i can blank out the line like 'frmNpcEditor.scrlSprite.Max = (DDSD_Sprite.lHeight \ SIZE_Y) - 1 ...and it will compile and work fine. i can access the quest window and make quests but i cant figure out how exactly do you add the quest to the NPC? :\
is that line of code important in the script, what does it do?. and if i deffinately need it how can I solve this error problem please?
it is only that line of code that it has a problem with, the rest works fine.