Episode 25: The missing person, the company, and the string switch
I’ve finished my work, so I decided to search for the missing student.
I don’t think he’s alive anymore, but I want to put his ashes in the grave.
First of all, from the members of the current Magic Fun Research Society, or Omo Lab for short.
“Chairman, do you know the girl named Rinia who went missing last year?”
“Is it the girl who disappeared leaving only a scream?”
“I think so.”
“Several students in the dormitory heard the screams. However, there were no blood stains or any signs of a struggle. A large-scale investigation was conducted, but nothing has been found.”
“Are there any rumors?”
“There were a lot of rumors at the time, but none of them seemed to solve the case.”
“Details about that place.”
“I heard that my boyfriend dumped me. I was worried about my grades. It seems that I was cheating.”
got it.
I heard rumors and rumors in detail, but what about it?
If the investigative agency investigates, I don’t think there’s a chance for me to go out.
There is nothing to catch.
It’s a rumor that any student could have.
This seems like it would take some time.
It may end up unresolved.
If you don’t understand what you’re doing while you’re in school, give up.
“Myra, let’s go see the manager and then go back to the dormitory.”
“Yeah”
Go to the headmaster’s house and enter the usual back room.
“Oh, I’ve been waiting for you.”
“Myra delivered the magic tools, is there any trouble?”
“No.
“Well, the commercial guild allowed it.”
“There’s a snake way there. If you sniff the nose medicine, you can usually manage it.”
“I see”
“Thank you, everyone in the pickpocket group is a proper store clerk. By the way, did you know that there is a magic tool called the fire starter? Did you know that there are people who cook with it?”
“It’s true that the fire lasts for about 50 hours straight.”
“It’s a little difficult to use. It’s a round flame, and the shape doesn’t match the bottom of the pot.”
Come to think of it, the stove in my previous life was a ring-shaped flame.
Shall I make it?
It’s good like this.
extern MAGIC *ring_fire_make(float mana);
extern int mclose(MAGIC *mp);
void main(void)
{
MAGIC *mp;
mp=ring_fire_make(0.00005); /*Create ring fire*/
while(1); /*Infinite loop*/
mclose(mp); /* end of magic */
}
I’ll make one with a firepower adjustment function later.
For now, let’s make another version with different firepower and use it differently.
I think I should have Motojime make the stove.
“Later, you have a magic tool for lighting. That’s also difficult to use. I need to be able to light it at hand. Please think of something.”
In my previous life, the lights were either near me or placed on the ceiling.
I need a switch string.
Wait.
“Can’t you turn magic stones into powder and dye strings to attach them to magic tools?”
“I can’t do it.”
“If you set up a magic tool on the ceiling and touch the string, you can turn it on.”
“That’s fine. However, that ingenuity is already appreciated. It’s a shame to be accused of copying it.”
that’s true.
If you think about it normally, you would make a magic tool like that.
Another version has a switch or remote control next to the door.
“How about making a switch next to the door? It would be nice to put a small light on the switch.”
“In that case, just attach a small light to the end of the string. I’m excited to see that it’s a new idea.”
Oh yeah
In my previous life, the light was a small LED light attached to a switch next to the door.
According to my memory from when I went to the countryside, there was something painted with fluorescent paint on the end of the string.
What, it’s easy.
extern MAGIC *light_make(float mana);
extern int mclose(MAGIC *mp);
void main(void)
{
MAGIC *mp;
mp=light_make(0.000001); /* make light */
while(1); /*Infinite loop*/
mclose(mp); /* end of magic */
}
Just attach this magic tool to the end of the string.
It continues to shine for 104 days.
The problem is that when you try to operate the switch on the string, you operate the light ball at the tip.
If you don’t have to touch it for 104 days to replenish your magic power, just cover it with a cover so you don’t touch it.
This is the solution.
I made a prototype.
I put an umbrella on the ceiling light.
The tip of the string glows in the dark.
When you touch the string and activate the magic tool, the light on the ceiling lights up.pointfriendbe.
When I touched the string again to stop it, the light went out.
“It’s groundbreaking. If it’s this, it won’t lose to any product.”
“Try a wall switch. Some people may find a cord in the middle of the room a nuisance.”
“You’re nothing. I don’t think you’re a child.”
“Just a bookworm”
“Tight is tight”
“No matter who you are.
I used the knowledge from my previous life again.
But it’s this good.
It seems that the idea of string switches for lights has been around for a long time.