Thread: Scribespell
View Single Post
  #17  
Old 08-06-2004, 01:30 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by jimbox114
I actually changed it to scribe instead of spells thinking the same thing. However handing them the item don't scribe the spells still. Going to try changeing there name to something else and see what it does.
Heh

Quote:
However handing them the item don't scribe the spells still.
However, handing them the item doesn't scribe the spells still. Im not too great at sentence control so I dont critique others for it but spelling....ugh that just bugs me.

Quote:
changeing there
You mean changing their. Let me guess? Are you 10-13? (Not as an insult, just curious).

Anyway, I plan to use scribespells(); soon here in one of my quests so ill report back to this thread on the effectiveness via 5.7-DR6 stock source.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote