View Single Post
Old 06-14-2007, 05:26 AM   #12 (permalink)
Lokai
Forum Expert
 
Lokai's Avatar
 
Join Date: Aug 2003
Location: Bergen, NY (Rochester)
Age: 42
Posts: 1,493
Send a message via ICQ to Lokai Send a message via MSN to Lokai Send a message via Yahoo to Lokai
Default

I tested this on a clean 1.0 install.

Here is the code straight from Runebook.cs:

Code:
  public RunebookEntry( Point3D loc, Map map, string desc, BaseHouse house )
  {
   m_Location = loc;
   m_Map = map;
   m_Description = desc;
   m_House = house;
  }
What do you have for RunebookEntry in your Runebook.cs script? Are you using a custom version?
Lokai is offline   Reply With Quote