Serious Sam 4

Serious Sam 4

Not enough ratings
[Resources] PlasmaWall Ported from SM
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
308.505 KB
4 May @ 5:59am
1 Change Note ( view )

Subscribe to download
[Resources] PlasmaWall Ported from SM

Description
PlasmaWall Ported from SM:
~ Ripple effects when touched
~ Easier to place: Its just an entity using a rcs file.
~ Easier to set actived sound, deactived sound, working sound and touched sound

Path: Content\SeriousSamSM\PlasmaDoor\PlasmaDoor.rsc

Script:
PlasmaWall001:Activate()
PlasmaWall001:Deactivate()

-- Blinking when deactivated:
for i=1,10,1 do
PlasmaWall001:Deactivate()
Wait(Delay(0.01))
PlasmaWall001:Activate()
Wait(Delay(0.01))
end
PlasmaWall001:Deactivate()