• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

create npc Modal

theduck

Member
Joined
Dec 6, 2018
Messages
246
Reaction score
20
is it possible to create an npc using Modal?
I'm trying to use Game.createNpc plus I get error

Code:
stack traceback:
   [C]: in ?
   [C]: in function 'createNpc'
   data/lib/npchouse.lua:21: in function 'callback'
   data/creaturescripts/scripts/modalwindowhelper.lua:26: in function <data/creaturescripts/scripts/modalwindowhelper.lua:1>
 
is it possible to create an npc using Modal?
I'm trying to use Game.createNpc plus I get error

Code:
stack traceback:
   [C]: in ?
   [C]: in function 'createNpc'
   data/lib/npchouse.lua:21: in function 'callback'
   data/creaturescripts/scripts/modalwindowhelper.lua:26: in function <data/creaturescripts/scripts/modalwindowhelper.lua:1>

Ofc is possible.. full code?
 
Back
Top