This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

[Bug report] event scripts execution
#1
Script 1
Code:
grp.write('1/0/0', true)
grp.write('1/0/1', true)

Script event '1/0/0'
Code:
log('1/0/0')

Script event '1/0/1'
Code:
log('1/0/1')

What I do:
 Run Script 1.
What I see in log: (first script running only)
 string '1/0/0'
What should be in log: (all scripts running)
 string '1/0/0'
 string '1/0/1'
Reply
#2
lHi,

Well i’m pretty sure there is no bug otherwise we would known this for sure as your sample is used on every project.

Are you sure you have enabled all your scripts? (press F5 to refresh to be sure), are your objects both boolean? Are there errors in the error tab?

BR,

Erwin
Reply
#3
As http://4n.lv:7999/ doesn't work and I've left that house where bug is presented I can't tell you details until monday. Sorry.

BR
Reply
#4
Is object 1/0/1 defined in your project? Write will not work if data type is not known.
Reply
#5
Thank you for help.
I had troubles with logic inside script.
Admin can delete thread because of my mistake.
Reply


Forum Jump: