Ok cool I Can change the randum number 2, 5. Thanks!
My coding skills are limited. I’m just a teacher that plays game master for some young kids.
I can sometimes tweak a spell/skill and make a new one from copying things that I find other places in the code.
But other times I run into a wall and I have no idea how to fix something and often end up having to scratch what I work on because I don’t know what to do.
I would never be able to create something from scratch.
But I’m trying. The going_to thing in the log might take me ages trying to figure out. And maybe I won’t
IN act.movement.c
/* Good times, timed dt, let them catch this one */
if (ROOM_FLAGGED(IN_ROOM(ch), ROOM_TIMED_DT)) {
log("TIMED_DT: Char %s, Room To = %d", GET_NAME(ch), GET_ROOM_VNUM(going_to));
timed_dt(NULL);
}