Search found 144 matches

by MiroslavR
13 Feb 2014, 13:35
Forum: General
Topic: Brokem Scripts
Replies: 39
Views: 15176

Re: Brokem Scripts

What's wrong with sotha_alma? The script compiles without errors, is definitely used in the game at the end of Tribunal's main quest line, and seems to work just fine.
by MiroslavR
12 Feb 2014, 23:15
Forum: General
Topic: Brokem Scripts
Replies: 39
Views: 15176

Re: Brokem Scripts

else set MatchMakeGoval to 8 The script language generally does not allow multiple instructions in the same line. Short test If ( OnActivate == 1 ) set test to 1 if ( test == 2 ) set test to 3 else set test to 4 MessageBox "first %G", test endif MessageBox "second %G", test endi...
by MiroslavR
12 Feb 2014, 19:28
Forum: General
Topic: Brokem Scripts
Replies: 39
Views: 15176

Re: Brokem Scripts

Zini wrote:Yes, I figured that much. The question is what MW does with this broken script.
Well, MW seems to ignore that part and continue executing the script. I've tested this in-game with my own script.
by MiroslavR
12 Feb 2014, 18:18
Forum: General
Topic: Brokem Scripts
Replies: 39
Views: 15176

Re: Brokem Scripts

Zini wrote:

Code: Select all

set done to 1
There is no local variable done declared anywhere and AFAIK there isn't a global variable done either.
Taking a brief look at the script, I would say that the dev(s) meant to type doonce instead of done.