madman
September 21st, 2009, 19:29
i have been trying to make this work for months and i have had no luck
is there anyone who could break down this template code for me. i.e. what each spot is doing. ijust want to rearrange the npc sheey.
<script>
function onInit()
if anchor then
setAnchor("bottom", anchor[1], "top", "absolute", 2);
setAnchor("left", anchor[1], "left", "absolute", 0);
setAnchor("right", anchor[1], "right", "absolute", 0);
end
end
</script>
Thank You
Chris
is there anyone who could break down this template code for me. i.e. what each spot is doing. ijust want to rearrange the npc sheey.
<script>
function onInit()
if anchor then
setAnchor("bottom", anchor[1], "top", "absolute", 2);
setAnchor("left", anchor[1], "left", "absolute", 0);
setAnchor("right", anchor[1], "right", "absolute", 0);
end
end
</script>
Thank You
Chris