MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: [newbie] Programmer Tutorial Question
On Fri, 19 Jan 1996, D. Jason Nolan wrote:
> Hi all;
>
> I'm trying to learn things, working through a programmer's tutorial,and
> I'm stuck trying to make this work. Compiler says that line 3 is not
> good:
>
> compile
> #110:do_the_work not compiled because:
> Line 3: syntax error
>
>
> 1: if (this.wound)
> 2: if ($object_utils:isa(this.location,$room)
this should be:
2: if ($object_utils:isa(this.location,$room))
(The statement was missing the last ')' )
> __3_ this.location:announce_all(this.name," ",this:continue_msg());
Regards,
Sander
References:
Home |
Subject Index |
Thread Index