Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("whooooo");
- universe.setaccessible(-1, true);
- universe.setaccessible(0, true);
- universe.setaccessible(1, true);
- universe.setaccessible(106, true);
- universe.setaccessible(108, true);
- huonquest = questmanager.addquest(1, "Follow the huons and find the TARDIS");
- huonquest.addobjective(0, "0. klsmflkdlsknfwlekrmas");
- huonquest.addobjective(1, "1. welrmwlkermlwdlkfmgfg");
- huonquest.addobjective(2, "2. asmdlamsldmlkamsdwerj");
- --[[
- function howyacallback(answerindex)
- print("whoops");
- if answerindex == 0 then
- player.sendmessage("you said good!");
- elseif answerindex == 1 then
- player.sendmessage("you said bad :(");
- else
- player.sendmessage("you said " .. answerindex);
- end
- end
- player.converse({
- id = 1,
- text = "how ya doing asndf",
- answers = {
- {
- message = "good very good"
- },
- {
- message = "bad very bad",
- action = "close"
- }
- }
- }, howyacallback);
- --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement