Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.
 Entire forum ➜ MUSHclient ➜ Python ➜ Problem with script

Problem with script

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Urfin   (4 posts)  Bio
Date Thu 18 Aug 2005 08:45 AM (UTC)
Message
This is line from my script:

if world.getvariable("enc") == "no": world.send("c 'energy containment'")

And i got error:

Error number: -2147352567
Event: Execution of line 11 column 1
Description: invalid syntax
Line in error:
if world.getvariable("enc") == "no": world.send("c 'energy containment'")
Called by: Immediate execution


It's stranger, because line

if world.getvariable("dp") == "no": world.send("c 'displacement'")

works correctly.

Any idea?

Thx
Top

Posted by Ked   Russia  (524 posts)  Bio
Date Reply #1 on Thu 18 Aug 2005 02:51 PM (UTC)
Message
It might be because you didn't close some bracket higher up in the script.
Top

Posted by Urfin   (4 posts)  Bio
Date Reply #2 on Fri 19 Aug 2005 08:15 AM (UTC)
Message
Ne v etom problema :(
Top

Posted by Urfin   (4 posts)  Bio
Date Reply #3 on Fri 19 Aug 2005 08:31 AM (UTC)
Message
This is exactly copied string. Just changed cast string :(
Top

Posted by Flannel   USA  (1,230 posts)  Bio
Date Reply #4 on Fri 19 Aug 2005 08:53 AM (UTC)
Message
Could you post some more of the surrounding script? (in [code][/code] tags)

~Flannel

Messiah of Rose
Eternity's Trials.

Clones are people two.
Top

Posted by Urfin   (4 posts)  Bio
Date Reply #5 on Fri 19 Aug 2005 01:29 PM (UTC)
Message
It's all script:


def cast(one, two, bla):
    if world.getvariable("enc") == "no": world.send("c 'energy containment'")

    
    world.setvariable("enc", "no")




Value of enc variable set trigger. If trigger match value is setting on yes.
Top

Posted by Ked   Russia  (524 posts)  Bio
Date Reply #6 on Sat 20 Aug 2005 02:47 PM (UTC)
Message
Hah, sootechestevennik!

Judging from that function everything should work fine. About the only situation that I can imagine in which Python would give a syntax error for a perfectly valid string is a mismatched bracket, in all other cases it would've given a more specific exeption.
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


21,776 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.