Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*================================
- /source code for mGmDeathTrans by Daschinia
- /UT2004
- /================================*/
- class NoTransTrail extends mGmTransBeacon
- config(mGmTrans);
- var class<TransTrail> TransTrail${1}< ${3} >
- var() bool AllowTransTrail;
- function bool AllowTransTrail(TransTrailClass TTC)
- {
- Super.PostBeginPlay();
- {
- if(bAllowTransTrail = True)
- TTC = Spawn(TransTrailClass, self,, Location, Rotation);
- SetTimer(0.3,false);
- else
- (bAllowTransTrail = False);
- return;
- }
- }
- defaultproperties
- {
- bAllowTransTrail=True;
- }
Advertisement
Add Comment
Please, Sign In to add comment