Advertisement
Guest User

Untitled

a guest
Oct 24th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. if (!character->fiance.empty())
  2. {
  3.     Character *par = character->SourceWorld()->GetCharacter(character->fiance);
  4.  
  5.     if (!par)
  6.         {      
  7.         character->StatusMsg("Your fiance is currently offline!");              
  8.         return;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement