View Single Post
  #1  
Old 05-17-2009, 02:30 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
callstack for putnpc2's

Would be awesome if callstack could be added for placed NPCs, that way you could do something like

Class item_dropped:
PHP Code:
function onCreated() {
  
temp.callstack getcallstack();
  
  if (
callstack[callstack.size() - 2].scriptcallobject.name != "-Inventory") {
    echo(
"Item has been placed illegally!");
    
destroy();
  }
  
  
// item stuff

__________________
Reply With Quote