Author |
Message |
Topic: Easy Question? |
karion
Replies: 11
Views: 4876
|
Forum: zMUD General Discussion Posted: Thu Jul 04, 2002 8:08 pm Subject: Easy Question? |
The problem was that Funtionen are not supported on the command line
Solution "#ALIAS test {#SHOW %char(33)}" -->OK
#ALIAS test {#SHOW %lastcom)}-->OK
I wouldn't have thought of doi ... |
Topic: Easy Question? |
karion
Replies: 11
Views: 4876
|
Forum: zMUD General Discussion Posted: Thu Jul 04, 2002 2:23 pm Subject: Easy Question? |
Menu Settings/Parse is on.
#show Test--> ok
#VA Test 3-->ok
(all with # is ok)
but all with % is not ok
zmud 3.62 helpfile says %char (example) is supported!
Menu Help/Function Wizard! say ... |
Topic: Easy Question? |
karion
Replies: 11
Views: 4876
|
Forum: zMUD General Discussion Posted: Wed Jul 03, 2002 6:46 pm Subject: Easy Question? |
#show %char(34)--> "#"
but with me this expression is not evaluated.
"%char(34)" appears actual on the screen with me.
I use version 3.62
Special characters are correctly ad ... |
Topic: Easy Question? |
karion
Replies: 11
Views: 4876
|
Forum: zMUD General Discussion Posted: Wed Jul 03, 2002 6:16 pm Subject: Easy Question? |
No this is also wrong...
Also Functions doesnt work...
I have entered "%abs(3.2)" , but this is sent to the mud
|
Topic: Easy Question? |
karion
Replies: 11
Views: 4876
|
Forum: zMUD General Discussion Posted: Wed Jul 03, 2002 5:23 pm Subject: Easy Question? |
mhh
#VAR V_Lastinput %lastinput
The content of variable V_Lastinput is the string "%lastinput", but not the last input!
(I can only edit messages, dont kill)
|
Topic: Easy Question? |
karion
Replies: 11
Views: 4876
|
Forum: zMUD General Discussion Posted: Wed Jul 03, 2002 5:00 pm Subject: Easy Question? |
Hi,
how i can the content of "%lastinput" use?
@lastinput or @%lastinput or %lastinput or _lastinput is wrong.
thanks for the help and sorry for the bad english
|
|