TIB: You people must get tired of hearing from me


[Prev][Next][Index][Thread]

TIB: You people must get tired of hearing from me




anyways, ran into another problem with the program im trying to make 
(remembering that this is my first attempt)
it has to do with running another program from another (likely i just have 
the wrong wording in it). anyways, this is what i have in the files


":Pause "You see a small crowbar on a shelf."
:Pause "You take it"
:1üM
:Pause "Select EQUIP at any time to check your equipment"
:Lbl FOUR2
:Pause "You are in an empty closet"
:Menu(1,"Leave",ONE2,5,"Equip",EQUIP)"

that is from the game program (which right now is just called NEW). at that 
point, if one chooses the 5th box (notice i went to the menu format as 
opposed to the A? prompt [thanks han_solo]) it should run the program EQUIP, 
and if one has gotten to the point of getting the crowbar, 1 SHOULD be stored 
into the variable M (did i even do that part right?). however, when I try to 
select the "equip" option, it gives me an "ERROR 22 LABEL" and if i select 
GOTO from the error menu, the cursor is on the end-parenthesis right after 
EQUIP on the last line of the above program... what am i doing wrong?
also, while im at it, below is the stuff currently in the program EQUIP:
:If M=1
:Disp "Crowbar"
:Return

so it SHOULD (hopefully, if it gets to that point), if 1 is stored as M 
(which it SHOULD be after getting the crowbar) display "crowbar" and then 
return to the line where it left off (did i do that right?), but right now it 
isnt even getting that far...

well, thanks for the help. if im getting to be a pain to anyone, just delete 
mail from me or something


Follow-Ups: