StendhalScripting/Lua: Difference between revisions
Jump to navigation
Jump to search
imported>AntumDeluge →NPCs: Update example to use "npc:setPath" instead of "entities:setPath" |
imported>AntumDeluge m →NPCs |
||
| Line 337: | Line 337: | ||
} |
} |
||
-- Use helper object to create NPC path |
|||
npc:setPath(nodes) |
npc:setPath(nodes) |
||