Thread
:
NPC setimg() from another NPC
View Single Post
#
5
04-07-2010, 10:20 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Quote:
Originally Posted by
fowlplay4
All you need to do is..
this.trigger("Update", "");
Which will force an update (Any event will do not just Update)
No need for the second parameter now
PHP Code:
this
.
trigger
(
"update"
);
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994