• 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!

Lua How to make quests into npcs? See for more explain

Gattaca

OTLand's Developer
Joined
Mar 13, 2009
Messages
158
Reaction score
2
Location
Venezuela
Hi all..

Well, i started using TFS 0.3.4PL2 Craying Damson, and so. Am making my own map and its going great, and am making my own npcs. But also, i just want to know how to make this in the new npc's system "Jiddo's npc system".

if playersay = "quest" then
selfsay "I need help would you help me? {yes} or {no}"
end if
talkstate = 1

if talkstate = 1 player say "yes" then
...
else
...
end if

something like that, but for the news npcs.

i will by glad if somebody explainme how to!
 
Back
Top