View Single Post
  #7  
Old 11-28-2006, 02:06 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Well...I still haven't been able to get triggeractions in level npcs working. I've tried just about everything, including what you guys have mentioned.

Last thing I tried was this:
NPC Code:
function onActionTrigger() {
switch(params[0]) {
case "init":
message("Active...");
break;
}
}
//#CLIENTSIDE
function onCreated() {
triggeraction(x,y,"Trigger","init");
}

__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote