waqmaz
Member
- Joined
- Jun 17, 2015
- Messages
- 203
- Reaction score
- 11
TFS 0.3.6
Hello. How to check if a summon is your or someone other?
This way I can check if a summon is a summon:
Now I want to check if a summon is my summon and if a summon os others.
Please helpe me. I need this script to make my server.
How to use properly this function?
Hello. How to check if a summon is your or someone other?
This way I can check if a summon is a summon:
Code:
if getCreatureMaster(target) ~= target then
Please helpe me. I need this script to make my server.
How to use properly this function?
Code:
getCreatureMaster
Rep.++getCreatureMaster(cid)
Info
This function checks creature master. Its used for summoned creatures, to check who has summoned it.
Returns
Creature master cid if found, otherwise self cid.