Woodhouse3D
Woodhouse3D
I started working on a dynamic todo list item, and I noticed some weird behavior with the examine function. Here's my code: ``` createItem("todo_list",TAKEABLE(), { alias: "To-Do List", loc: "Cave",...
I've noticed that beforeFirstEnter(), afterFirstEnter() won't fire on the starting room even though beforeEnter() and afterEnter() will. Further, I think we could put in the docs a tutorial on how...
Now this is basically entirely my fault for daring to use spaces in my variable/object names, but the current converter doesn't work with these sorts of variables.
I'm working on a game and I've found that I need to be able to check for every object of a certain type in a room. however, the function getContents()...
Uncaught TypeError: prototype is undefined " SpellSummon file:///C:/Users/Chris/Downloads/QuestJS-1-44/rpg/skill.js:96 file:///C:/Users/Chris/Downloads/QuestJS-1-44/rpg/spells.js:471" I was having issues creating skills and tried loading the rpg modules in a blank game. It seems it has a...
thank you
I can't find anything in the QuestJS documentation on how to actually learn a spell.