Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.32 KB | None | 0 0
  1. #include "inc_efuss"
  2.  
  3. void main()
  4. {
  5.     object oPC = GetEnteringObject();
  6.     if (GetTokenInt(oPC, "name of some variable that checks if this PC has undergone the switch"))
  7.     {
  8.         return;
  9.     }
  10.  
  11.     EFUSS_PurgeCharToken(oPC);
  12.  
  13.     SetTokenInt(oPC, "same variable as in the start of the script", TRUE);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement