- Joined
- Sep 7, 2015
- Messages
- 2,737
- Solutions
- 127
- Reaction score
- 2,205
Hello, how to add sleep function to this script:
I want to execute this lua only once on every player
Code:
function onStepIn(creature, item, position, fromPosition)
local player = creature:getPlayer()
player:say('TEST MESSAGE.', TALKTYPE_MONSTER_SAY)
end
I want to execute this lua only once on every player
Last edited: