Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Feb 27, 2017 7:36:18 GMT -5
Hiya all its wildwitch again it seems for every problem I solve a new one appears this time I'm having trouble with the broadcaster here is my script <?xml version="1.0" encoding="utf-8"?> <I c="Broadcaster" i="broadcaster" m="broadcasters.broadcaster" n="WildWitch:WildGrowth_Braodcaster" s="16569611344157646484"> <L n="constraints"> <V t="circle"> <U n="circle"> <T n="radius">10</T> </U> </V> <V t="facing" /> </L> <V n="allow_objects" t="allow">
<U n="from_tags">
<L n="tags">
<E n="key_tag">Func_Gardening</E>
</L>
</U>
</V> <T n="allow_sims" t="false"/>
<L n="effects"> <V t="loot"> <U n="loot"> <L n="loot_list"> <T>32471<!--loot_gardening grow plant--></T> </L> </U> </V> </L> <V t="on_enter" n="frequency" /> <T n="immediate">True</T> </I> What its supposed to do is broadcast the grow function to all the garden plants, yet when it fires nothing happens to the plants, I've highlighted what I believe is the problem area thank you in advance  I managed to fin a broadcaster that broadcast to objects only but now the tag is wrong, at least I know lol
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Feb 27, 2017 23:01:14 GMT -5
So I got it working the problem was with the action 32471 pointing to an object I cloned 32471 gave it a new name and instance and removed the part that pointed to subject being an object. I also made a few changes to the broadcaster xml for anyone interested heres the new braodcaster... <?xml version="1.0" encoding="utf-8"?> <I c="Broadcaster" i="broadcaster" m="broadcasters.broadcaster" n="WildWitch:WildGrowth_Braodcaster" s="16569611344157646484"> <V t="from_tags" n="allow_objects"> <U n="from_tags"> <L n="tags"> <E>Func_Gardening</E> <E>Func_Garden</E> <E>Crafting_Gardening</E> <E>FBuyCat_Shareable</E> </L> </U> </V> <T n="allow_sims">false</T> <L n="constraints"> <V t="circle"> <U n="circle"> <T n="radius">10</T> </U> </V> <V t="facing" /> </L> <L n="effects"> <V t="loot"> <U n="loot"> <L n="loot_list"> <T>12663013438374520052<!--loot_wild_growth_grow_plant--></T> </L> </U> </V> </L> <V t="on_enter" n="frequency" /> <T n="immediate">True</T> </I> Happy simming everyone 
|
|