1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-12 14:47:46 +00:00
kawari/resources/scripts/warp/WarpInnGridania.lua

8 lines
194 B
Lua
Raw Normal View History

function onTalk(actorId, player)
-- has inn access
-- player:play_scene(131079, 00001, 1, 0)
-- doesn't have inn access
player:play_scene(actorId, EVENT_ID, 00002, 8192, 0)
end