Thread: trimming
View Single Post
  #3  
Old 04-28-2002, 08:37 AM
Gohan43331 Gohan43331 is offline
Registered User
Join Date: Jan 2002
Posts: 87
Gohan43331 is on a distinguished road
Send a message via AIM to Gohan43331
Quote:
if (strequals(#t(3),#s(petnick_this.id))) {
Remember: Indexes start at 0

0 = /setsay
1 = for
2 = nick
3+ = text

if (strequals(#t(2),derek)) { // or #s(petnick_#v(this.id))

I think that should fix it
__________________
Reply With Quote