Jump to content


Tyrus

Member Since 10 Nov 2002
Offline Last Active Mar 12 2004 03:19 AM

Topics I've Started

using EXTEND_TOP

23 March 2003 - 11:14 AM

I know you can add a bit of script to a original .bcs file using:

EXTEND_TOP ~####.bcs~ ~mymod/scripts/****.bcs~

But can you use it like this:

EXTEND_TOP ~####.bcs~ ~mymod/scripts/****.baf~

I'm asking if you can extend a script using a .baf as indicated above, if not could Weimer add this to WeiDU.

possible WeiDU bug

23 March 2003 - 02:15 AM

While making a mod I'm trying to keep all scripts as .baf files but it seems with every second file that I try to compile the same error message appears:

ERROR at line 1 column 0--1
Near Text:
Failure("lexing: empty token")

which means there is some sort of error at the first 'IF' which I don't believe should happen.

using REPLACE for encounters

15 March 2003 - 08:08 AM

In an encounter that I'm busy with I want someone to say something but I want to use the "DisplayStringHead" (or something like that) command
I can get it right by doing this placing "REPLACE ~2000001~ @111" in the .tp2 file but I will never be garanteed of the string number that I use in the script.

How can I solve this problem?

WeiDu Uninstallations

22 February 2003 - 05:29 AM

Over the past day whenever I uninstall something occasionally bits would be left behind. This is really irritating because I cannot check the original things that I have changed.

Correct me if I am wrong.