Mystic Software Forums

Miscellaneous => Archives => Archive => Topic started by: Anonymous on October 12, 2003, 12:04:01 PM

Title: (no subject)
Post by: Anonymous on October 12, 2003, 12:04:01 PM
I'm somewhat new using RPGCode, and I downloaded Wintermoon's Method Pack because the NPC scheduling thing is exactly what I need. I found the instructions pretty confusing, so could someone who uses this please give me a step by step thing to making a schedule entry? Anyone who would will be much appreciated.

Thanks
Title: (no subject)
Post by: Dont_Think_So on October 13, 2003, 08:18:28 PM
Well, I personally think that that way of doing scheduling is slow (it can take a while to load through the data), so I dont use it.  However, you can use the plugin, which is tons faster and easier to set up Wink
Title: (no subject)
Post by: Cuzit on October 18, 2003, 10:56:01 PM
I wish that pack would work with me, but it doesn't download it. Anyone have a solution?
Title: (no subject)
Post by: Dont_Think_So on October 19, 2003, 06:11:54 PM
Well, the method I use uses maps and arrays, so the TK can look it up like any other variable instead of going through them all.



Something like this:


#NPCBoard[FreddyJones]$="start.brd"




Get my drift? You can just modify that pack's code if u wish...