mob |
The grids only show the 1st player/minion and nothing else. How do I make it show the whole list?
Code:
The grids only show the 1st player/minion and nothing else. How do I make it show the whole list? | ||
#1 Jul 28 2012, 11:17 pm
|
||
Take a look at the skin reference again. current-cell takes the format XxY, not x,y. Also, you can use output() to send output to a specific cell.
| ||
#2 Jul 29 2012, 12:36 am
|
||
I do this now but still have the same problem. The var partysize increases by +=1 everytime the verb that calls this proc is called, and partysize increases before the proc is called. | ||
You're outputting every minion to one cell, located at [partysize],1 and ,2.
This is probably what you want; a vertical list:
| ||
#4 Aug 1 2012, 11:03 pm
|
|
I tried that and everything is still going all to the same cell. Are you sure there's not anything missing?
| |
#6 Aug 2 2012, 8:01 pm
|
|
Ah that was the problem. Thanks a lot for the help really appreciate it.
| |