Author |
Message |
Topic: a question about ALIAS,help please |
yeedoo
Replies: 3
Views: 4073
|
Forum: zMUD General Discussion Posted: Sat Jan 19, 2008 8:54 am Subject: a question about ALIAS,help please |
that's a good idea!
thanks a lot
is there any other functions or command that we could use directly? |
Topic: a question about ALIAS,help please |
yeedoo
Replies: 3
Views: 4073
|
Forum: zMUD General Discussion Posted: Sat Jan 19, 2008 6:49 am Subject: a question about ALIAS,help please |
I make a ALIAS included many commands.
now i want to know whether the ALIAS has executed completely or not
how to do that?
and if i also want to know in the ALIAS which command now is runnin ... |
Topic: in command line how to add a datebase recorder to the list of obj in room? |
yeedoo
Replies: 2
Views: 3465
|
Forum: zMUD General Discussion Posted: Sat Jan 12, 2008 1:55 am Subject: in command line how to add a datebase recorder to the list of obj in room? |
That's great!
Tech,thanks a lot! |
Topic: in command line how to add a datebase recorder to the list of obj in room? |
yeedoo
Replies: 2
Views: 3465
|
Forum: zMUD General Discussion Posted: Fri Jan 11, 2008 2:25 pm Subject: in command line how to add a datebase recorder to the list of obj in room? |
in database module's action menu
i can find the add room command
but in command line how to do this? i check it in the command list ,but i couldn't find the command
in fact ,i make some TRI ... |
Topic: question about the type of VARIABLE |
yeedoo
Replies: 5
Views: 4985
|
Forum: zMUD General Discussion Posted: Wed Jan 09, 2008 2:07 pm Subject: question about the type of VARIABLE |
for example
#class aaa {}
#var fc_n
#TRIGGER {^(*)%s/(*)%s~(+(*)~)} {
fc_n=%1
}
#class 0now if %1=700
in another class ,i wri ... |
Topic: Mapper Issues |
yeedoo
Replies: 6
Views: 7488
|
Forum: zMUD General Discussion Posted: Fri Dec 28, 2007 6:55 am Subject: Mapper Issues |
be sure the rooms you created is in same level?
for example
if the room(1) is in level 1,the room(2) is in level 3
in map creation mode from room(1) i couldn't walk 3 through one link
but in ... |
Topic: in mapper how to modify the Zoneid? |
yeedoo
Replies: 4
Views: 5097
|
Forum: zMUD General Discussion Posted: Fri Dec 28, 2007 4:04 am Subject: in mapper how to modify the Zoneid? |
i just want to modify a zonescript
but there always exit a pointer error
for example :
i want modify a zonescript in ZONE 1 map preferences
but in fact sometimes the zone 2 script was modif ... |
Topic: in mapper how to modify the Zoneid? |
yeedoo
Replies: 4
Views: 5097
|
Forum: zMUD General Discussion Posted: Fri Dec 28, 2007 3:10 am Subject: in mapper how to modify the Zoneid? |
%roomzone() remove the room to the specifed zone doesn't it?
but if i only want to modify the zoneid of a zone to another id,(maybe the id does not exit).
shall i do this?
#call %mapfilter( ... |
Topic: in mapper how to modify the Zoneid? |
yeedoo
Replies: 4
Views: 5097
|
Forum: zMUD General Discussion Posted: Thu Dec 27, 2007 6:45 am Subject: in mapper how to modify the Zoneid? |
%zonenum only return the zoneid isn't? |
Topic: the Zscript problem in using other system Language |
yeedoo
Replies: 1
Views: 2901
|
Forum: CMUD General Discussion Posted: Wed Dec 19, 2007 1:13 pm Subject: the Zscript problem in using other system Language |
today i download a evaluation vision of CMUD 2.18,i think it is necessary before i buy it.
my system Language is chinese(simply).
in packeditor
using Zscript to write a command . the words alw ... |
Topic: in current vision(7.21)is there a syntax editor like the cmud editor? |
yeedoo
Replies: 1
Views: 2717
|
Forum: zMUD General Discussion Posted: Sat Dec 15, 2007 8:14 am Subject: in current vision(7.21)is there a syntax editor like the cmud editor? |
in preferences i saw that,but where to find the editor?
maybe it was integrated in settings isn't? |
Topic: how to tell ZMUD that the command "#walk @room_num" has finished ? |
yeedoo
Replies: 9
Views: 8442
|
Forum: zMUD General Discussion Posted: Sat Dec 15, 2007 12:43 am Subject: how to tell ZMUD that the command "#walk @room_num" has finished ? |
oh.it seemed like i went back from the mars
as you told me,i should update my vision now to 7.21 .since i was more familiar with ZMUD than CMUD |
Topic: how to tell ZMUD that the command "#walk @room_num" has finished ? |
yeedoo
Replies: 9
Views: 8442
|
Forum: zMUD General Discussion Posted: Fri Dec 14, 2007 4:51 am Subject: how to tell ZMUD that the command "#walk @room_num" has finished ? |
sorry for not mention the version no.
thank you for your help.
by the way where could i find a reference about these problem? if i still want to use zmud 5.55 |
Topic: how to tell ZMUD that the command "#walk @room_num" has finished ? |
yeedoo
Replies: 9
Views: 8442
|
Forum: zMUD General Discussion Posted: Fri Dec 14, 2007 3:46 am Subject: how to tell ZMUD that the command "#walk @room_num" has finished ? |
Code:
#CLASS {System|AutoMapperAll}
#ALIAS onwalkend {#EXEC {@WalkEnd};WalkEnd=""}
#VAR WalkEnd {} {}
#CLASS 0
one question ,in zmud 5.55 The mapper could call this alias automatically a ... |
Topic: how to tell ZMUD that the command "#walk @room_num" has finished ? |
yeedoo
Replies: 9
Views: 8442
|
Forum: zMUD General Discussion Posted: Fri Dec 14, 2007 2:49 am Subject: how to tell ZMUD that the command "#walk @room_num" has finished ? |
if i am in #1 room
#walk 20;#show i have entered 20th room
The command #show works indeed after #walk 20.
in fact i need sever seconds to through the path.but the #show command display the mes ... |
Topic: how to tell ZMUD that the command "#walk @room_num" has finished ? |
yeedoo
Replies: 9
Views: 8442
|
Forum: zMUD General Discussion Posted: Thu Dec 13, 2007 8:18 am Subject: how to tell ZMUD that the command "#walk @room_num" has finished ? |
in using mapper,i want to do something after the #walk finished,i don't konw how to tell ZMUD that the "#walk @room_num" has finished.
for exemple
if i want to show a message after i enter the room ... |
|