Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. void ActionExamine(object oExamine)
  2. {
  3. object oPC;
  4.  
  5. if(GetQuestVar(oPC, "secret_cascade", "tome1")=="")
  6. {
  7. SetQuestVar(oPC, "secret_cascade", "tome1", "found");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement