- Joined
- Aug 15, 2007
- Messages
- 261
trigger gg_trg_Quest_List = null
function Trig_Quest_List_Actions takes nothing returns nothing
call CreateQuestBJ( bj_QUESTTYPE_REQ_DISCOVERED, "TRIGSTR_015", "TRIGSTR_016", "ReplaceableTextures\\CommandButtons\\BTNAmbush.blp" )
endfunction
function InitTrig_Quest_List takes nothing returns nothing
set gg_trg_Quest_List = CreateTrigger( )
call TriggerAddAction( gg_trg_Quest_List, function Trig_Quest_List_Actions )
endfunction
It Shud Be somethink like that But I can't Figure it out
can some one help me?
function Trig_Quest_List_Actions takes nothing returns nothing
call CreateQuestBJ( bj_QUESTTYPE_REQ_DISCOVERED, "TRIGSTR_015", "TRIGSTR_016", "ReplaceableTextures\\CommandButtons\\BTNAmbush.blp" )
endfunction
function InitTrig_Quest_List takes nothing returns nothing
set gg_trg_Quest_List = CreateTrigger( )
call TriggerAddAction( gg_trg_Quest_List, function Trig_Quest_List_Actions )
endfunction
It Shud Be somethink like that But I can't Figure it out
can some one help me?