Author |
Message |
Topic: Mapper Troubles |
Varinas
Replies: 0
Views: 2599
|
Forum: zMUD General Discussion Posted: Sat Dec 28, 2002 6:18 pm Subject: Mapper Troubles |
Alright, so I am actually mapping, but The most I can get the mapper to map is the exits and room descriptions, I mean thats all well and all, but if I want anything it would be room exits and room ti ... |
Topic: A File question, And about buttons as well... |
Varinas
Replies: 2
Views: 4088
|
Forum: zMUD General Discussion Posted: Mon Dec 09, 2002 2:06 pm Subject: A File question, And about buttons as well... |
Ah thank you very much Kjata, again you come through.
Wake me up, I'm dead. Is it something that I said? |
Topic: A File question, And about buttons as well... |
Varinas
Replies: 2
Views: 4088
|
Forum: zMUD General Discussion Posted: Mon Dec 09, 2002 12:16 pm Subject: A File question, And about buttons as well... |
Alright my first question is about files...
I want to know how is it possible for me to count the number of lines in a file?
Also, about buttons, I have a set of buttons on the top of the screen ( ... |
Topic: Finding DB Records |
Varinas
Replies: 6
Views: 7935
|
Forum: zMUD General Discussion Posted: Sun Dec 01, 2002 1:36 pm Subject: Finding DB Records |
Here is my alias:
#Alias identify {#FORALL %find( %1, Name) {say ~ ~ ~ ~ ~}}
This is what it does, Lets say I type:
identify spear
it'll search the Name column for "spear" and then say ... |
Topic: Multiline Trigger Help. |
Varinas
Replies: 13
Views: 18551
|
Forum: zMUD General Discussion Posted: Thu Aug 22, 2002 2:43 am Subject: Multiline Trigger Help. |
uh hold on, I see that its only doing it when the number is below 10. So if Dexterity is 8, or 9, it never echos. Why does it do that? And how can I fix it?
Wake me up, I'm dead. Is it something ... |
Topic: Multiline Trigger Help. |
Varinas
Replies: 13
Views: 18551
|
Forum: zMUD General Discussion Posted: Thu Aug 22, 2002 2:41 am Subject: Multiline Trigger Help. |
#trigger {Strength: (%d) ~(%*~)} {#If (%1 >= 15) {#echo Equal or Bigger} {#echo not bigger!}}
#trigger {Dexterity: (%d) ~(%*~)} {#If (%1 >= 15) {#echo Equal or Bigger} {#echo not bigger!}}
#tr ... |
Topic: Multiline Trigger Help. |
Varinas
Replies: 13
Views: 18551
|
Forum: zMUD General Discussion Posted: Thu Aug 22, 2002 2:13 am Subject: Multiline Trigger Help. |
Thats what I was looking for, thanks Kjata, *hail*.
I will now begin working on this, thanks everyone else as well.
Wake me up, I'm dead. Is it something that I said? |
Topic: Multiline Trigger Help. |
Varinas
Replies: 13
Views: 18551
|
Forum: zMUD General Discussion Posted: Thu Aug 22, 2002 12:49 am Subject: Multiline Trigger Help. |
Alright, didn't really work, but this also goes right along with creating a autoroller, rolling stats would look like:
Strength: 17 (Strong)
Dexterity: 10 (Average)
Constitution: 19 (Very ... |
Topic: Multiline Trigger Help. |
Varinas
Replies: 13
Views: 18551
|
Forum: zMUD General Discussion Posted: Wed Aug 21, 2002 10:09 am Subject: Multiline Trigger Help. |
I know I've seen the answer to this somewhere before, I've tried looking through the forums but can't seem to remember where I saw it. This is a bit different, not much though.
Alright, in the mud ... |
|