Mystic Software Forums
Miscellaneous => Archives => Archive => Topic started 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
-
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
-
I wish that pack would work with me, but it doesn't download it. Anyone have a solution?
-
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...