Quote:
|
Originally Posted by ThinkDifferent
I spoke with Konidias Thrashsoul is a "Tryout" for Oasis (He is making some GFX for koni as a tryout). Koni just needs a scripter or two to help him out with oasis. Judging by some posts by Konidias, be prepared to work meticulously(sp?) because remember NPCs will say over 200 phrases!
|
Wouldn't you have something like this?
join bla-class;
<from bla-class>
setstring this.phrase0,bla;
setstring ...
if(playertouchsme)
say2 #s(this.phrase#v(int(random(0,200)));
Why would that be hard?