turicfr / CPPS-PCL

A Penguin Client Library for Club Penguin Private Servers written in Python
42 stars 12 forks source link

Error with 'walk' command in multi.py #4

Closed Rencify closed 6 years ago

Rencify commented 6 years ago

I login to a CPPS with four penguins in order to use the 'square' shape, but whenever I try to use the 'walk' command from the shell, it gives me this error: Traceback (most recent call last): File "multi.py", line 291, in <module> main() File "multi.py", line 278, in main msg = commands[command](clients, *params) File "multi.py", line 74, in walk for client, offset in zip(clients, shape["offsets"]): NameError: global name 'shape' is not defined

relrelb commented 6 years ago

Hey, thanks for notifying. This should be fixed per to the last commit.