Jump to content

Help with new script BG2


Maurolava

Recommended Posts

Even then, it's pretty rare. Take the first pocket plane challenge. Some of these creatures have very complex scripts (not to mention most have at least 3 or 4 scripts assigned); even chunked, I've yet to see their Die() block fail.

 

Part of their script is buggy, however:

 

IF

Race(Myself,SWORD)

Dead("chalrv01") // ~The Ravager~

!Dead("yself)") // yself)

THEN

RESPONSE #100

Kill(Myself)

END

 

!Dead("yself)") is always true, i guess :p Somehow their scripters didn't know Dead accepts only scripting names (strings) in bg2?

Luckily it doesn't cause much of a problem.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...