Jump to content


Photo

A compile bug with ActionOverride


  • Please log in to reply
1 reply to this topic

#1 Avenger_teambg

Avenger_teambg
  • Member
  • 604 posts

Posted 05 May 2003 - 09:17 AM

IF
True()
THEN
RESPONSE #100
ActionOverride(Myself,NoAction())
ActionOverride(Myself,noaction())
ActionOverride(myself,noaction())
Actionoverride(myself,noaction())
END

If you do like guessing, make a guess which of the above four actionoverrides will tick off WeiDU

Solution is below...














[d:\bg2\script compiler\decompiled\WTEST1.baf] PARSE ERROR at line 8 column 41-41
Near Text: )
Type mismatch in "Action" argument of [Actionoverride].
Expecting type "action".

[d:\bg2\script compiler\decompiled\WTEST1.baf] ERROR at line 8 column 41-41
Near Text: )
Parsing.Parse_error
ERROR: parsing [d:\bg2\script compiler\decompiled\WTEST1.baf]: Parsing.Parse_error
ERROR: problem loading [d:\bg2\script compiler\decompiled\WTEST1.baf]: Parsing.Parse_error

ERROR: Parsing.Parse_error
Avenger

#2 weimer

weimer
  • Member
  • 1569 posts

Posted 05 May 2003 - 04:25 PM

I'm not actually interested in making WeiDU case insensitive in general, but I'll fix this one for you.