Fixed bug: 11448 | Tue May 11 22:01:16 2010 MST |
Vor | admin | offline |  |
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Report Number: 11448 Original bug report by Alimony on Sun Jun 21 13:31:35 2009
Object: Unknown Creator: Unknown Room: /domains/outside_city/farms/farm1/map/x19y24
la bone The ear bone of a small animal. This can be used to communicate through it. The commands to do this are: label bone STR label bone emote STR Note that only automatic emotes work. label bone emote hi *Bad argument 1 to call_other() Expected: string or array or object Got: 0. Trace written to /log/runtime label bone what're you doing! *Bad argument 1 to call_other() Expected: string or array or object Got: 0. Trace written to /log/runtime I'm not sure what corpse speech is supposed to do, but I cast it and got an ear bone I tried to use the ear bone but it gives me the bad arguments Am I doing it wrong? ----------------------------------------------------------------------
Shinku wrote on Tue Jan 5 20:01:33 2010 label bone stfu
*Bad argument 1 to call_other() Expected: string or array or object Got: 0. Trace written to /log/runtime Shinku <error>: | [--] (Shinku) New Error, logged to /log/runtime [--] | | *Bad argument 1 to call_other() | | *Expected: string or array or object Got: 0. | | /obj/spells/harmer/objects/corpse_speaking_mike#687966 at line 25 |
dbxwhere shinku *Bad argument 1 to call_other() Expected: string or array or object Got: 0. Object: /obj/spells/harmer/objects/corpse_speaking_mike#687966 at line 25
#0: '<function>' at /secure/user#683120 (<function>) at /:0 #1: 'dispatch_modal_input' at /secure/user#683120 (/secure/user/inputsys.c) at line 318 #2: '<function>' at /trans/obj/wish#683139 (<function>) at /:0 #3: 'shell_input' at /trans/obj/wish#683139 (/std/shell.c) at line 263 #4: 'do_c' at /trans/obj/wish#683139 (/std/shell.c) at line 404 #5: 'execute_command' at /trans/obj/wish#683139 at line 171 #6: 'do_game_command' at /std/race/wizard/rozen_doll#683138 (/std/player/cmd.c) at line 74 #7: 'do_label_obj_str' at /cmds/verbs/label at line 15 #8: 'label' at /obj/spells/harmer/objects/corpse_speaking_mike#687966 at line 25
pwd - /domains/dragon/monsters r - /domains/blackavar/wildchild/nevermind/inside/rooms/sub1_w15
------/obj/spells/harmer/objects/corpse_speaking_mike.c:25 - label("stfu") locals: ({ ... }) ---------------------------------------------------------------- mixed label (string sMsg) {string *asWords = explode(sMsg, " ");if (asWords && sizeof(asWords)>0 && asWords[0] == "emote") {ls_oCorpse->parrotEmote(sMsg[6..]);} else {=> ls_oCorpse->parrotSpeech(sMsg);}return 0;}
----------------------------------------------------------------------
Vor wrote on Tue May 11 22:01:16 2010
Fixed
|
|