I love the smell of UnrealEd crashing in the morning. – tarquin
Unreal Wiki:Scratchpad
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:35, 1 May 2008 by Jrubzjeknf (Talk | contribs)
This page is for pasting code you want to show someone as an example or to get assistance with. This allows you to easily collaborate with someone to solve a problem, and allows easy comparisons of the edits.
You are free to remove any existing code from below, and paste your code between the <uscript> </uscript> tags. If the page hasn't been edited in 24 hours, you can assume it isn't needed anymore and can be removed. A full edit history will be available, so don't worry about losing anything.
simulated function MonitorVehicleSpawnBlocking() { local HUD myHUD; local HUD.HudLocalizedMessage Message; myHUD = PlayerOwner.myHUD; Message = myHUD.LocalMessages[0]; }