Jump to content

Bug Report (I think)


Recommended Posts

Is it just me, or does the call

 

void char_take_item(short which_char_or_group, short which_item)

 

not work?

 

I always get Peculiar Error. Undefined Function call.

 

Wherever I use it, whenever I use it.

 

For instance after the tutorial my first character has 3 amber (item 203).

 

take_item(203) // works :p

char_take_item(0, 203) // doesn't frown

 

For my script to behave correctly I need to specify the character & whilst I can think of a workaround it's ugly, inefficient and just plain wrong.

 

Would be interested to know if anyone else has experienced this problem, or used this call successfully.

 

P.S. This is with windows v1.01

 

Thanks,

 

Eldritch Cadillac.

Link to comment
Share on other sites

Ugh! Didn't want to believe it, atleast no-one else will be able to bring out my innovations before me.

 

A real kick-in the teeth, but fairly sure it was wrong. Spent 2 days learning AvernumScript, 1 and a half of them re-typing this line to ensure against syntax errors!

 

------

 

(By tommorrow I'll probally know better) - signature / epitaph

Link to comment
Share on other sites

  • 2 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...