View Single Post
  #7  
Old 11-17-2004, 04:08 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by McFox666
Quote:
Originally Posted by mrea
I think the things below for faction are unnecessary:
Code:
        quest::me("Your faction standing with Guards of Qeynos got better."); 
        quest::me("Your faction standing with Antonius Bayle got better."); 
        quest::me("Your faction standing with Merchant of Qeynos got better."); 
        quest::me("Your faction standing with Corrupt Qeynos Guards got worse."); 
        quest::me("Your faction standing with Circle of Unseen Hands got worse.");
not entirely sure though, i bet Cisyouc could help
they don't display without :/
They should.
__________________
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