Blockland Forums > Modification Help
Calling grouped method from seperate script
Bauklotz:
But the big problem is, even though chatb_dataAI exists, and the following code has ran:
--- Code: ---function chatb_dataAI::recieve(%this,%line,%pre,%name,%suf,%msg) {
echo("test ran");
}
--- End code ---
When I chatb_dataAI.dump();, .recieve does not appear at all.
Bump.
howtoshotbillwetellyou:
This function you've created, it is not in a package, correct?