Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-09-2002, 04:15 PM
Graal518 Graal518 is offline
Foolish Dreamer
Graal518's Avatar
Join Date: Dec 2001
Location: Montana
Posts: 2,140
Graal518 is on a distinguished road
Question Action?

What's the action when a player first logs onto the server?
__________________


Can there be a guiding light I've yet to see? I know my heart should guide me, but...
Reply With Quote
  #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
  #3  
Old 08-09-2002, 08:45 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Re: Re: Re: Action?

Quote:
Originally posted by nyghtGT

So like in a database NPC I could do something like.
NPC Code:

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

Only the Control-NPC, not just any database npc.
__________________

Reply With Quote
  #4  
Old 08-11-2002, 12:48 PM
Spectre1337 Spectre1337 is offline
Banned
Spectre1337's Avatar
Join Date: Nov 2001
Location: United States
Posts: 790
Spectre1337 is on a distinguished road
Send a message via AIM to Spectre1337 Send a message via Yahoo to Spectre1337
NPC Code:

if (actionplayeronline){
say2 Welcome Bak;
}



And that would work if I were to put it on a playerworld with a NPC Server?
Reply With Quote
  #5  
Old 08-11-2002, 01:34 PM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
if (actionplayeronline)

can only be/work in the Control-NPC
Reply With Quote
  #6  
Old 08-11-2002, 02:07 PM
Graal518 Graal518 is offline
Foolish Dreamer
Graal518's Avatar
Join Date: Dec 2001
Location: Montana
Posts: 2,140
Graal518 is on a distinguished road
So is #p(0) the account name?
__________________


Can there be a guiding light I've yet to see? I know my heart should guide me, but...
Reply With Quote
  #7  
Old 08-11-2002, 02:41 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: Re: Re: Action?

Quote:
Originally posted by Kaimetsu


serverside showimg? getplayer without a parameter? What the heck are you doing?
I was being very generalized...
Reply With Quote
  #8  
Old 08-11-2002, 02:42 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
Quote:
Originally posted by Graal518
So is #p(0) the account name?
#p(0) is the first parameter you set...
Reply With Quote
  #9  
Old 08-11-2002, 03:23 PM
Graal518 Graal518 is offline
Foolish Dreamer
Graal518's Avatar
Join Date: Dec 2001
Location: Montana
Posts: 2,140
Graal518 is on a distinguished road
Quote:
Originally posted by nyghtGT

#p(0) is the first parameter you set...
I meant for actionplayeronline.
How can it tell who the player is that logged on?
__________________


Can there be a guiding light I've yet to see? I know my heart should guide me, but...
Reply With Quote
  #10  
Old 08-11-2002, 03:47 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

if (actionplayeronline) {
say2 #a;
}

__________________
[signature]insert here[/signature]

Last edited by screen_name; 08-12-2002 at 02:09 PM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.