empasor123
New Member
Hello there OTland.
I am trying to make NPCs using tfs 1.4.2
Firstly i make for example:
1. data/npc > Creating test_npc.xml
2. data/npc/scripts > creating test_npc.lua
Making it with really easy code such
" function onCreatureSay(player, type, msg)
if msg:lower() == "hi" then
selfSay("Hello, I am a simple test NPC.", player)
end
end"
But i cant make the NPCs to spawn?
I put into RME and trying to make them spawn automatic when server restart
and i have tried to spawn it manuelly on GM.
Any ideas? everything is welcome <3 <3
I am trying to make NPCs using tfs 1.4.2
Firstly i make for example:
1. data/npc > Creating test_npc.xml
2. data/npc/scripts > creating test_npc.lua
Making it with really easy code such
" function onCreatureSay(player, type, msg)
if msg:lower() == "hi" then
selfSay("Hello, I am a simple test NPC.", player)
end
end"
But i cant make the NPCs to spawn?
I put into RME and trying to make them spawn automatic when server restart
and i have tried to spawn it manuelly on GM.
Any ideas? everything is welcome <3 <3