28-05-2001, 11:36
Pour les istari, il mes semble que pallando ets alatar soient des noms elfique et nons humains.
Greg, Esprit correcteur d'orthographe ('fin surtout de grammaire)
if word.text=verbroot+"é" and word.lang="français" then:
_word.text=verbroot+"er"
elseif word.text=verbroot+"é" and word.lang="français" then:
_word.text=verbroot+"é"
endif
if word.text=wordroot and word.lang="français" then:
_if rand()>0.75
__word.text=wordroot+"s"
_endif
elseif word.text=wordroot+"s" and word.lang="français" then:
_if rand()>0.75
__word.text=wordroot
_endif
endif
Vous pouvez constater que ça fonctionne que pour ceux qui font des fautes! ;))))

