Author |
Message |
Topic: Problems with aarget |
jabpotter
Replies: 4
Views: 4221
|
Forum: CMUD General Discussion Posted: Wed Feb 16, 2022 11:34 am Subject: Problems with aarget |
I figured it out. I started it as an array. CMud changed it from an array to a String List. So %arrget wasn't able to get the information. It worked perfectly with %item.
#loop %len(@Spelling ... |
Topic: Problems with aarget |
jabpotter
Replies: 4
Views: 4221
|
Forum: CMUD General Discussion Posted: Mon Feb 14, 2022 11:38 am Subject: Problems with aarget |
#loop %len(@Spelling),1 { // sets the loop through the word
#VAR mm %lower(%copy(@Spelling,%{i},1)) // stores current let ... |
Topic: Problems with aarget |
jabpotter
Replies: 4
Views: 4221
|
Forum: CMUD General Discussion Posted: Sun Feb 13, 2022 8:09 pm Subject: Problems with aarget |
Here is the Spellings variable array. It goes all the way to 26 "z"
[img]https://snz04pap002files.storage.live.com/y4mBclPq6pSM1SEFC2MNPdTC2NzGcDqYHzW09dPKEFxW84KjaWCUtxjrQu-mjIv-wna6f5HUHGLkluG1 ... |
Topic: Problems with aarget |
jabpotter
Replies: 4
Views: 4221
|
Forum: CMUD General Discussion Posted: Sun Feb 13, 2022 7:05 pm Subject: Problems with aarget |
THe autoquester gives quests where you have to take each letter of the word and find an item within a certain level of you and return them to you. For example "great" you would need to find items that ... |
|