Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy talk:Weapon Mutator Tutorial

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:46, 29 July 2009 by Teun (Talk | contribs) (Created page with 'Help! Im very new in Unrealscript. I did all first tutorials and they did it fine. Now i want to finish this one but i got this: Error in MutMinigunHE.uc (14): Unrecognized m…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Help!


Im very new in Unrealscript. I did all first tutorials and they did it fine. Now i want to finish this one but i got this:


Error in MutMinigunHE.uc (14): Unrecognized member '|' in class 'xWeaponBase' (im using UMake)

if (xWeaponBase(Other) != None )
    {
        if ( string(xWeaponBase(Other).| class="me1">WeaponType ) ~= "XWeapons.Minigun" )
        {
            xWeaponBase(Other).| class="me1">WeaponType = class'MinigunHE';
            return false;
        }
    }

pls help, thx