Author |
Message |
Topic: how do i distinguate a number from a string (a word) ? |
sudin
Replies: 3
Views: 2588
|
Forum: zMUD General Discussion Posted: Fri Feb 29, 2008 3:08 pm Subject: how do i distinguate a number from a string (a word) ? |
Exactly what i wanted :) it works well. Thanks |
Topic: how do i distinguate a number from a string (a word) ? |
sudin
Replies: 3
Views: 2588
|
Forum: zMUD General Discussion Posted: Fri Feb 29, 2008 2:06 pm Subject: how do i distinguate a number from a string (a word) ? |
Hi
I would like to know if the paramater is a number or a string.
so if (parameter is a number) {do something} else [parameter is a word] {do something else}
for example :
get object (her ... |
Topic: activating - desactivating a class |
sudin
Replies: 4
Views: 2722
|
Forum: zMUD General Discussion Posted: Fri Feb 29, 2008 1:34 pm Subject: activating - desactivating a class |
ok) i will swap them :) thanks |
Topic: activating - desactivating a class |
sudin
Replies: 4
Views: 2722
|
Forum: zMUD General Discussion Posted: Fri Feb 29, 2008 10:30 am Subject: activating - desactivating a class |
Thanks for you answer. A perfect solution. Here is the code i will use :
#IF (%trigger( collect)) {
#CLASS collect off
#CLASS rdcollect on
} {
#CLASS c ... |
Topic: activating - desactivating a class |
sudin
Replies: 4
Views: 2722
|
Forum: zMUD General Discussion Posted: Fri Feb 29, 2008 7:51 am Subject: activating - desactivating a class |
Hi here is my question
I have two classes : collect and rdcollect (one collecting items while walking, the other while riding)
I would like these two classes to "avoid" each other (no intersecti ... |
Topic: Dabase - creating triggers for monsters. |
sudin
Replies: 2
Views: 2178
|
Forum: zMUD General Discussion Posted: Wed Feb 27, 2008 7:47 am Subject: Dabase - creating triggers for monsters. |
Thanks for your answer Progonoi. It will be helpful i think.
Well Zmud Database or Database variable. I really don't know the difference.
For me, it's the same (maybe it's a shame but...)
What ... |
Topic: automapper misunderstanding : composite exits (north-east...) |
sudin
Replies: 2
Views: 2062
|
Forum: zMUD General Discussion Posted: Tue Feb 26, 2008 1:26 pm Subject: automapper misunderstanding : composite exits (north-east...) |
Thanks for the solution :) it works well i think
So here i think is the definition for nord-ouest : no|nordouest|nord-ouest (systemdiag)
combined with #TRIGGER {nord-ouest} {#SUB nordouest}
Tha ... |
Topic: Dabase - creating triggers for monsters. |
sudin
Replies: 2
Views: 2178
|
Forum: zMUD General Discussion Posted: Tue Feb 26, 2008 10:49 am Subject: Dabase - creating triggers for monsters. |
Dabase - creating triggers for monsters.
Hi
Here is a typical room :
Une vaste salle de reception se trouve la. Son sol est de bonne facture, bien que
poussiereux. Des meubles uses et abime ... |
Topic: automapper misunderstanding : composite exits (north-east...) |
sudin
Replies: 2
Views: 2062
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2008 8:50 pm Subject: automapper misunderstanding : composite exits (north-east...) |
Hi
Here is the problem
I m on a french mud (multimud) and directions are :
>sorties: nord ouest sud
So these are the exits (north west and south in english)
the problem is with compos ... |
Topic: problem with french directions |
sudin
Replies: 4
Views: 2894
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2008 1:18 pm Subject: problem with french directions |
Edit : I've created a new topic :) |
Topic: problem with french directions |
sudin
Replies: 4
Views: 2894
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2008 12:27 pm Subject: problem with french directions |
So i've tried it. And here a problem with paths
If i make this path :
1no1ne1se1so (1 nord-ouest 1 nord-est 1 sud-est 1 sud-ouest)
This is interpretated only as : nord ouest nord est sud est s ... |
Topic: problem with french directions |
sudin
Replies: 4
Views: 2894
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2008 11:20 am Subject: problem with french directions |
Thanks. I will try that and i will let you know :)
By the way, will the mapper have issues with french ? |
Topic: problem with french directions |
sudin
Replies: 4
Views: 2894
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2008 10:21 am Subject: problem with french directions |
Hi, I'm french and i'm playing a french mud. I'm trying your software.
I would like to use paths and the mapper but it seems impossible with french directions.
In french
north is "nord"
west i ... |
|