Thread: Action?
View Single Post
  #2  
Old 08-09-2002, 08:36 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: Re: Action?

Quote:
Originally posted by Kaimetsu


actionplayeronline, only triggered on the control NPC
So like in a database NPC I could do something like.
NPC Code:

if (actionplayeronline) {
with (getplayer()) {
showimg stuff...;
}
}

Reply With Quote