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 06-19-2013, 10:15 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
Triggering More Than One Level NPC

Hello. I am making an event, and I need to trigger more than one NPC in the level to change color. Basically, say NPCa is the 'control npc' of the level. Say I want to trigger a lot of other NPCs in the level, but I don't want to make things hard and exceed myself. If I just duplicate the NPCs, only one will work by the way.
NPC A (control npc):
PHP Code:
function onPlayerChats() {
  
level.npcb.onFoo(player.chat); //send to more than one npc, identical to npcb

NPC B:
PHP Code:
//let's pretend this code works. I may have messed up, doing this quickly
function onCreated() {
  
level.npcb this;
}
public function 
onFoo(temp.baz) {
  
this.chat temp.baz;

Say I wanted the code to be sent to more than one NPC? I don't want to change the code to each NPC individual though when I duplicate the first, because that would be hard
Reply With Quote
  #2  
Old 06-19-2013, 11:52 PM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Chris and Jerret both posted about this I just happened to be able to find jerrets first.

http://forums.graalonline.com/forums...98&postcount=3
Reply With Quote
  #3  
Old 06-19-2013, 11:58 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
Quote:
Originally Posted by Cubical View Post
Chris and Jerret both posted about this I just happened to be able to find jerrets first.

http://forums.graalonline.com/forums...98&postcount=3
Thanks, I wasn't able to find this useful post.
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 08:18 AM.


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