• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Search results

  1. E

    Code Simple syntactical Q

    sorry for noob Q, I'm new to UnrealScript - Im trying to find the correct way to include a file Ive tried `include(<filename>) But that doesnt work Im trying to extend a class from another pkg source tree `include(..\path\ThisOtherClass.uc) MyClass extends ThisOtherClass it...