Jump to content

Some problems with a script extension


temnix

Recommended Posts

I'm patching area scripts with an extension that sets a variable, this variable is set outside the script. It should be simple, but nothing changes in scripts after this patch. Here is how the added bit runs:

IF

Global("SIZE","MYAREA",0)

THEN

RESPONSE #1

SetGlobal("SIZE","MYAREA",%size%)
Continue()

END

And outside of this the code, hidden in some nesting, is:

OUTER_TEXT_SPRINT 5 size

EXTEND_TOP ~%area%.BCS~ ~The Space-Fun Continuum/Script/ARSIZE_#.BAF~ EVALUATE_BUFFER

area is set above. So why aren't the scripts getting extended? There are no parsing errors.

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...