Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,209
- Solutions
- 2
- Reaction score
- 154
I wanted to send effect in a square area, like the function to check if the player is in that area:
isInRange(player: getPosition (), Position (30525, 30297, 4), Position (30531, 30303, 4))
a function that had effect in that entire area
how I can do it?
Tried:
tfs 1.3
isInRange(player: getPosition (), Position (30525, 30297, 4), Position (30531, 30303, 4))
a function that had effect in that entire area
how I can do it?
Tried:
LUA:
local EffectsArea = isInRange(player: getPosition (), Position (33525, 32297, 4), Position (33531, 32303, 4))
EffectsArea:sendMagicEffect(CONST_ME_TELEPORT)
tfs 1.3