Ptalk problem and possible psolution

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:smile: :sad: :eek: :shock: :cool: :-x :razz: :oops: :evil: :twisted: :wink: :idea: :arrow: :neutral: :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Ptalk problem and possible psolution

Additionally

by Johnny » Tue Jun 02, 2009 4:42 pm

I didn't understand why that line was there as a variable was already set to the string array resulting from string(tempquip, parse$) a couple of lines up.

Working my way through the Hugo Book and this game is back on track.

Ptalk problem and possible psolution

by Johnny » Thu May 28, 2009 5:22 pm

Setting USE_PLURAL_OBJECTS breaks Ptalk. It's the routine WordIsNumber in objlib.h, used by the plural object code.

I'm looking at ConverseMenu_no_menus in dialogue.hug of the Future Boy! source code and seeing how to adapt GetDial. If I come up with something good, I'll throw it on here.

UPDATE: I commented out the line "string(tempquip, parse$, 1)" in the GetDial routine. That's working for me. Also, a bug where I remove the character the player is speaking to in a Respond case was printing "You can't talk to that!" ten or fifteen times. Don't know why, don't know why it's not happening now.

Top