Xr effects.script — S.T.A.L.K.E.R. Inside Wiki

Xr effects.script

Материал из S.T.A.L.K.E.R. Inside Wiki

Перейти к: навигация, поиск

Оригинал:

function yan_ghost_pda (actor, npc)
    if has_alife_info("agr_gunslinger_flash_have") then 
        db.actor:give_info_portion("yan_provodnik_spawn")
    end
    news_manager.send_tip(db.actor, "storyline_ghost_tip", nil, "wolf")
end

Модифицированно:

    if has_alife_info("agr_find_gunslinger_cache_final") then 

Оригинал:

-

Модифицированно(остатки от дриммода как видно):

-- added by Ab@dDon $DreamMod --
function actor_stop_sleeping()
	sleep_manager.stopper()
end
Другие места
LANGUAGE