After trying Proskrito's MI2 template, I found it to be ridiculously difficult to use compared to the original AGS, so I've done one myself! There's no pause, load, save or "Are you sure you want to win?" screen, but who needs them anyway when there are already those from AGS?
Based on the demo game, several changes has been made to be more accurate to LucasArts' games - and without bugs! So simple, you'd be surprised! Place your own sprites (or keep current ones) and have fun!!!
Features:
- VerbBox GUI similar to MI or DotT!
- Partially compatible with the AGS Interaction Editor
- Right click for default action:
- Create a default custom command for every object
- Returns to walk mode in any other mode
- Default action highlighted when over an object!
- Can make classic 320x200 VGA or 800x600 SVGA games!!! (Just change the GUI X-Position and Y-Position)
- Almost no stored variables:
- 1 string (Action)
- 1 integer (VerbBox)
- 1 integer property per object (DVerbBox)
- Not any part of script needed to copy-paste everywhere!
- IsAction function added: one is enough!!!
- Simple to use and understand for any AGS user!
All details in the script header:
http://membres.lycos.fr/will373/VerbBox%20v.1.0.agt
Tell me what you think of it. Would you use it and why? Any suggestions to make it better?
Based on the demo game, several changes has been made to be more accurate to LucasArts' games - and without bugs! So simple, you'd be surprised! Place your own sprites (or keep current ones) and have fun!!!
Features:
- VerbBox GUI similar to MI or DotT!
- Partially compatible with the AGS Interaction Editor
- Right click for default action:
- Create a default custom command for every object
- Returns to walk mode in any other mode
- Default action highlighted when over an object!
- Can make classic 320x200 VGA or 800x600 SVGA games!!! (Just change the GUI X-Position and Y-Position)
- Almost no stored variables:
- 1 string (Action)
- 1 integer (VerbBox)
- 1 integer property per object (DVerbBox)
- Not any part of script needed to copy-paste everywhere!
- IsAction function added: one is enough!!!
- Simple to use and understand for any AGS user!
All details in the script header:
http://membres.lycos.fr/will373/VerbBox%20v.1.0.agt
Tell me what you think of it. Would you use it and why? Any suggestions to make it better?