MOO-cows Mailing List Archive
[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Checkpoint Problems Continue
Jay Shepherd mumbled:
>
> This worked!
Interesting...
>
> I changed the code to just be:
>
> notify(#95, "CP!");
>
> and it worked..
>
> Sooo what does this mean? Maybe someone was right when they said there is
> some sort of internal error that is happening when run by the server that
> works when you call it directly.
Unlikely.
Verbs called by the server have a few funky propertie that make
ordinary verbs blow up in interesting ways:
player => #-1
caller_perms() => #-1
caller => #-1
callers() => {}
Evalling the following may give you the proper traceback:
;;player = #-1; set_task_perms(#-1); #0:
-manta
References:
Home |
Subject Index |
Thread Index