Jump to content

Random code that has nothing to do with anything


Kish

Recommended Posts

EXTEND_TOP ~ar1401.bcs~ ~????????/Scripts/Kish1401.baf~

 

IF

Dead("SHADEL")

Global("KishShadeLordDead","GLOBAL",0)

THEN

RESPONSE #100

OpenDoor("ShadowDoor01")

OpenDoor("ShadowDoor02")

OpenDoor("ShadowDoor03")

SetGlobal("KishShadeLordDead","GLOBAL",1)

END

Link to comment

Continue() is only valuable if it's important that something further down in the script be checked before that block gets checked again. This block is self-contained and will only execute once.

Link to comment

Archived

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

×
×
  • Create New...