Quote:
Originally Posted by sssssssssss
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
So you will have to name it
PHP Code:
function onbringInSell()