Need Help With Harvest Script End!!

gucci0915

Active Member
I have 2 problems:

1.ISX Consle window often show Parse Combination is Null(Scripts still Run)

2.I Notice that when Checkinventory is called then my scripts ends!!
(P.S. My Inventory Slot is not Full)

So any1 knows whats the problem it is


Best Regard,
 

PappaSmurf

Active Member
I am experiencing the same problems as you are and started looking at the script late lastnight. I noticed that the call to checkinventory seems to be causing the script to crash and end. I admit that I am very new to lavish scripting :eek: , but it looks like the problem might be that the parameters being passed to the checkinventory function are in the incorrect order? Should be string and then int, and looks like the current script is using -- call checkinventory 10 "inventory" -- if I remember correctly ( it was very late lastnight when I looked at the script).

I will try to switch the parameters around this afternoon and see if that fixes the problem.


-- PappaSmurf
 

nathanh

Active Member
Then..

Comment out that function?

=P

Otherwise, debug the code..

I can't think of anything else...

IF it's crashing, Amadeus would tell you to post a crash report on here.
 
Top Bottom