Author |
Message |
Topic: Stringlist reordering |
astrotaz
Replies: 1
Views: 1182
|
Forum: CMUD General Discussion Posted: Sat Feb 10, 2024 2:49 pm Subject: Stringlist reordering |
Can someone help me with this problem.
I have a stringlist which contains the following
#var numbers {one 1-1|two 2-2|three 3-3|four 4-4|five 5-5|six 6-6|seven 7-7|eight 8-8}
I want to be abl ... |
Topic: Wait until then do something |
astrotaz
Replies: 2
Views: 5923
|
Forum: CMUD General Discussion Posted: Sat Sep 27, 2014 6:06 pm Subject: Wait until then do something |
How do I code this -
I kill something and my spell points drop below a safe level, I want to wait until they regen to a certain point before executing a command
I capture the sp in to a var @s ... |
Topic: Testing a string in a variable |
astrotaz
Replies: 2
Views: 6598
|
Forum: CMUD General Discussion Posted: Sat Feb 01, 2014 8:47 pm Subject: resolved |
sorry for the trouble I found the answer
#IF (@item=~"* apple") |
Topic: Testing a string in a variable |
astrotaz
Replies: 2
Views: 6598
|
Forum: CMUD General Discussion Posted: Sat Feb 01, 2014 8:42 pm Subject: Testing a string in a variable |
I hope I can explain this well enough to get some help.
I'm using a trigger to capture some text and put it into a variable
for example
ITEM_A big round apple
I trigger on ITEM_&it ... |
Topic: trigger matching |
astrotaz
Replies: 1
Views: 5350
|
Forum: CMUD General Discussion Posted: Wed Mar 06, 2013 3:43 pm Subject: trigger matching |
I have 2 triggers
with trigger texts
PLAYER
and
PLAYERH
When I find PLAYERH I set a variable #var friend 1
When I find PLAYER I set a variable #var player 1
The problem is .. ... |
Topic: cmud for ipad |
astrotaz
Replies: 1
Views: 5333
|
Forum: CMUD General Discussion Posted: Sun Apr 15, 2012 6:47 pm Subject: cmud for ipad |
Any chance of this happening?
It would be totally awesome if there was a quick way to port this over into iOs.
I was thinking a setup where you can configure and script everything on the windo ... |
Topic: A NEW or CASUAL user's CMUD wishlist. |
astrotaz
Replies: 45
Views: 133242
|
Forum: CMUD Beta Forum Posted: Sat Jan 28, 2012 6:15 pm Subject: A NEW or CASUAL user's CMUD wishlist. |
old post I know but MIP is now open source for portal --- maybe you can use to improve mapping for 3k |
Topic: #T+ and #T- problem |
astrotaz
Replies: 19
Views: 28960
|
Forum: CMUD General Discussion Posted: Mon Dec 26, 2011 3:54 pm Subject: #T+ and #T- problem |
is the only way to disable an individual alias from within a trigger is to put he alias in it's own subclass and do #T- <subclass> ?
Is there no #T- <aliasname> ? |
Topic: Help needed to stop when mob present |
astrotaz
Replies: 2
Views: 5765
|
Forum: CMUD General Discussion Posted: Tue Dec 13, 2011 5:45 pm Subject: Help needed to stop when mob present |
ok -- I'm open to another method, I tried the #step #pause method and that didn't work out too well , could you explain how the stringlist works .. that looks promising.
Something like...
... |
Topic: Help needed to stop when mob present |
astrotaz
Replies: 2
Views: 5765
|
Forum: CMUD General Discussion Posted: Tue Dec 13, 2011 1:49 am Subject: Help needed to stop when mob present |
I need some help finishing off my setup.
This is what I have so far.
I have a number of alias setup , each of which contains a direction I wish to travel ie:
cows1 n
cows2 e
cows3 e
c ... |
Topic: quick question on variable and text |
astrotaz
Replies: 3
Views: 6595
|
Forum: CMUD General Discussion Posted: Fri Oct 07, 2011 11:47 pm Subject: quick question on variable and text |
Beautiful works ! Interesting that you need to concatenate specifically. I just upgraded from zmud and that allowed chk@stepnum to work as is.
Thanks for helping me out. |
Topic: quick question on variable and text |
astrotaz
Replies: 3
Views: 6595
|
Forum: CMUD General Discussion Posted: Fri Oct 07, 2011 9:39 pm Subject: quick question on variable and text |
Hi --
I have a set of aliases which I'm using to move a path
eg:
alias chk1 e
alias chk2 s
alias chk3 s
I use another alias "walk" to initiate the aliases above as follows
chk@ ... |
|