Author Topic: (no subject)  (Read 1493 times)

Anonymous

  • Member
  • *
  • Posts: 545
    • View Profile
(no subject)
« 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
« Last Edit: December 31, 1969, 06:00:00 PM by Anonymous »

Dont_Think_So

  • Member
  • *
  • Posts: 76
    • View Profile
(no subject)
« Reply #1 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
« Last Edit: December 31, 1969, 06:00:00 PM by Dont_Think_So »

Cuzit

  • Member
  • *
  • Posts: 487
    • View Profile
(no subject)
« Reply #2 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?
« Last Edit: December 31, 1969, 06:00:00 PM by Cuzit »

Dont_Think_So

  • Member
  • *
  • Posts: 76
    • View Profile
(no subject)
« Reply #3 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...
« Last Edit: December 31, 1969, 06:00:00 PM by Dont_Think_So »