Add PNJ

正在查看此主题的用户

QBDU07

Sergeant
hello , i wish know if it's possible too add in a multiplayer mod some pnj who move in the map? thanks
 
GetAssista 说:
Who would need Pensacola News Journal in a mod?

PNJ is the literal transliteration of NPC in Spanish, French and other languages. Don't expect we use English for everything.  :razz:

Non-Player Character -> Personaje No-Jugador
 
yes sry its NPC , I would like to know if it is possible to add as in village of the solo mod , thanks and sry for my bad english.
 
插入代码块:
         (else_try),
           (party_get_slot, ":village_scene", "$current_town", slot_castle_exterior),
           (modify_visitors_at_site,":village_scene"),
           (reset_visitors),
           (party_get_slot, ":village_elder_troop", "$current_town",slot_town_elder),
           (set_visitor, 11, ":village_elder_troop"),
           ####
           (set_visitor, <entry_no>, <troop_no>),
           ####
           (call_script, "script_init_town_walkers"),
 
后退
顶部 底部