View Single Post
  #15  
Old 02-01-2012, 03:31 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by sssssssssss View Post
Yep, but I tried referring it to the other function bringInSell in -Player/Shop from the trigger in player shop and it still didnt show up, echoes 0. :/
While using .trigger make sure that the function looks like
PHP Code:
function onFoo() 
instead of
PHP Code:
function Foo() 
So you will have to name it
PHP Code:
function onbringInSell() 
__________________
MEEP!
Reply With Quote