Author |
Message |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Tue Aug 05, 2008 6:57 pm Subject: Character Creation problem |
Yeah, I was aiming for perfect... and I'm still trying btw... 49 hours straight rolling now on my 2nd character.
Crazy eh?
First character was 17 hours. |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Sat Aug 02, 2008 2:49 pm Subject: Character Creation problem |
If that doesn't work then do this#LOOP 5 {#IF ((@{Col%{i}.str} > 17) & (@{Col%{i}.con} > 17)) {
That worked... Th ... |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Sat Aug 02, 2008 12:25 pm Subject: Character Creation problem |
The problem seems to be that the #IF is comparing the string "Col1.str" to 17. Try adding @ to the appropriate spots so that CMud can know that Col1.str is supposed to be a variable?
It's for ZM ... |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Fri Aug 01, 2008 5:54 pm Subject: Character Creation problem |
Doesn't work still...
It is accepting column 1, even though neither str nor con are > 17...
Choose from any of the following groups of abilities...
Group: 1 2 3 4 ... |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Fri Aug 01, 2008 5:06 pm Subject: Character Creation problem |
That is exactly what I was looking for... just having problems with the calcrolls alias...
#LOOP 5 {#IF (%concat( "Col", %i, ".str") > 17 & %concat( &q ... |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Fri Jul 25, 2008 11:40 am Subject: Character Creation problem |
bump |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2008 8:07 pm Subject: Character Creation problem |
... Deleted it out of frustration, but if it will help, I can re-write it again. |
Topic: Character Creation problem |
Brandonito
Replies: 20
Views: 24938
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2008 7:44 pm Subject: Character Creation problem |
I've been trying to code a script for character creation on Dark Castle, and running in to maaaany issues.
Here is a sample of what the code looks like...
Choose from any of the following grou ... |
|