Difference between revisions of "Make character disappear"
Jump to navigation
Jump to search
no edit summary
imported>Hawkes |
imported>Hawkes |
||
Line 1: | Line 1: | ||
I'm trying to have a NPC dissapear when he dies with the SetActorAlpha fonction but it does not seem to work is there or another? or can some tell me what is wrong with the script? | I'm trying to have a NPC dissapear when he dies with the SetActorAlpha fonction but it does not seem to work is there or another? or can some tell me what is wrong with the script? | ||
-- | |||
begin OnDeath | begin OnDeath | ||
set timer to timer + GetSecondsPassed | set timer to timer + GetSecondsPassed | ||
Line 44: | Line 44: | ||
endif | endif | ||
end | end | ||
-- | |||
--[[User:Hawkes|Hawkes]] 13:07, 12 April 2006 (EDT) | --[[User:Hawkes|Hawkes]] 13:07, 12 April 2006 (EDT) | ||
[[Category:Questions]] | [[Category:Questions]] |