What's wrong with this? The status bar is changed but you can see the code.
[[Bring on the royals]]:
@clear status
squiffy.ui.write("
Location: Loranthe | Year: 295 AC | Age: 16 | Status: Crown Princess | Reputation:{rep}
");
jQuery('#status').appendTo(jQuery('#squiffy'));
jQuery('#squiffy').css('margin-top', '70px');
jQuery('#restart').appendTo(jQuery('#status'));
jQuery('#restart').css('right', '4px');
jQuery('#restart').css('position', 'absolute');
squiffy.story.go("Royal Wedding");
Sup peeps
[[Royal Wedding]]
I just want to know a way to update the status bar.