knighters god
Active Member
- Joined
- Feb 14, 2009
- Messages
- 166
- Solutions
- 1
- Reaction score
- 40
Server version: TFS 1.2.
I'm in need of some help with my talkaction script.
In short. This script is a talkaction which needs a storage. And I have tried to make it have max summons.
This is what I've tried.
I have searched around on OTland with no luck.
If you want the full script just ask.
Help would be appreciated!
I'm in need of some help with my talkaction script.
In short. This script is a talkaction which needs a storage. And I have tried to make it have max summons.
This is what I've tried.
Code:
if getCreatureSummons(cid) >= 1 then
-- Do stuff
end
-- I've tried
if #getCreatureSummons(cid) >= 1 then
-- Do stuff
end
If you want the full script just ask.
Help would be appreciated!