Kisekae Chat Board
--


Let's See. . .

by (no login)

 
I've tried both the "in" and "collide" types of commands. I've also tried making different objects to do the clicking with, since I thought maybe the dyes and curls worked because you'd alternate objects (different dye bottles, curling with the iron and straightening it back out with the comb), but apparently that logic was flawed, as it didn't help. If the commands are confused, what will un-confuse them?
Here's part of the dye bottle code:

;@in (#185, #18)
;@ unmap (#18)
;@ map ("hnat.cel")
;
;@in (#190, #18)
;@ unmap (#18)
;@ map ("hbla.cel")
;
;@in (#191, #18)
;@ unmap (#18)
;@ map ("hblu.cel")
;
;@in (#192, #18)
;@ unmap (#18)
;@ map ("hbro.cel")
;
;@in (#193, #18)
;@ unmap (#18)
;@ map ("hpink.cel")
;
;@in (#194, #18)
;@ unmap (#18)
;@ map ("hred.cel")
;
;@in (#195, #18)
;@ unmap (#18)
;@ map ("hyel.cel")

and that works fine.

One version of part of the comb code:

;@in (#187, #1)
;@ unmap (#1)
;@ map (#2)
;
;@in (#187, #2)
;@ unmap (#2)
;@ map (#3)
;
;@in (#187, #3)
;@ unmap (#3)
;@ map (#5)
;
;@in (#187, #4)
;@ unmap (#4)
;@ map (#1)
;
;@in (#187, #5)
;@ unmap (#5)
;@ map (#1)

That one I don't like as much, because you have to re-dye it every time you change the style . Here's a bit of the other version:

;@collide("comb.cel","l1nat.cel")
;@ unmap ("l1nat.cel")
;@ map ("l2nat.cel")
;
;@collide("comb.cel","l2nat.cel")
;@ unmap ("l2nat.cel")
;@ map ("l3nat.cel")
;
;@collide("comb.cel","l3nat.cel")
;@ unmap ("l3nat.cel")
;@ map ("l5nat.cel")
;
;@collide("comb.cel","l4nat.cel")
;@ unmap ("l4nat.cel")
;@ map ("l1nat.cel")
;
;@collide("comb.cel","l5nat.cel")
;@ unmap ("l5nat.cel")
;@ map ("l1nat.cel")

I've tried doing both the comb and shears the same way. They work fine one time around, get back to the beginning, then get stuck and won't go through again. The curling iron works fine with either kind of command, but I like the "collide" better for it, for the aforementioned reason it keeps the dyes.
What'll un-confuse all this, then?



Posted on Oct 29, 2003, 10:43 PM
from IP address 209.214.201.200


Respond to this message

Return to Index
Responses

  1. Quick Fix. King in Yellow, Oct 30, 2003, 8:11 AM

Create your own forum at Network54
 Copyright © 1999-2008 Network54. All rights reserved.   Terms of Use   Privacy Statement