Looks like you've got your horse and mount mixed up. > horse = GET_MOUNT(ch); > mount = read_mobile(horse, VIRTUAL); this should be: mount = GET_MOUNT(ch); horse = read_mobile(mount, VIRTUAL); mount is defined as an integer, while horse is a struct. This'll probably fix it. - > Ben +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST