Advertisement
OmegaGamingHunters

obj_testnpc_userevent0

Aug 18th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. if (CurrentDialog <= MaximumDialog)
  2. {
  3.     if (CurrentDialog == 1)
  4.     {
  5.         DialogText = "* Ribbit, ribbit.";
  6.     }
  7.     else if (CurrentDialog == 2)
  8.     {
  9.         DialogText = "* (How are you today human?)";
  10.         DialogDone = true;
  11.     }
  12.     else
  13.     {
  14.         DialogText = "";
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement