Creation/Dev/Script/Helpful Posts: Difference between revisions
From Graal Bible
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This article contains an incomplete list of helpful scripting snippets, mostly from the [http://forums.graalonline.com/ Graal Forums], but also from other websites. Please edit this page to add more links as you come across them. | This article contains an incomplete list of helpful scripting snippets, mostly from the [http://forums.graalonline.com/ Graal Forums], but also from other websites. Please edit this page to add more links as you come across them. | ||
== Control Structures == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1493584&postcount=7 For loop] | |||
== Serverside and Clientside == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1579584&postcount=6 Explanation of serverside and clientside, introduction to triggers] | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1555017&postcount=4 Good trigger examples (both ways)] | |||
== Object/Data Types == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1619921&postcount=4 Arrays] | |||
== Player == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1621345&postcount=2 Check if a player is staff] | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1601364&postcount=3 Timeouts in the player object] | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1600645&postcount=3 Player classes and reusable public functions] | |||
== Misc == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1592332&postcount=7 Opening PM windows] | |||
== SQLite == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1580831&postcount=2 SQL injection] | |||
== iOS and Flash == | |||
* [http://forums.graalonline.com/forums/showpost.php?p=1547963&postcount=1 Multi-touch demo] | |||
== Code Gallery == | == Code Gallery == | ||
Line 12: | Line 36: | ||
* [http://forums.graalonline.com/forums/showthread.php?t=134257103 Debugger] | * [http://forums.graalonline.com/forums/showthread.php?t=134257103 Debugger] | ||
* [http://forums.graalonline.com/forums/showthread.php?t=134264034 Screenshots] | * [http://forums.graalonline.com/forums/showthread.php?t=134264034 Screenshots] | ||
== NPC-Control == | |||
* [http://www.youtube.com/watch?v=Fa40kRUBqI0 Using NPC-Control (video)] | |||
== Other Useful Resources == | |||
* [http://public.zodiacdev.com/index.php?title=Fowlplay4 Jer's Scripting Guide] | |||
* [http://gscript.graal.net GScript Wiki] | |||
* [http://gs2.graalstudios.com/ Twinny's GS2 Resource] |
Revision as of 00:11, 28 September 2011
This article is currently being written or rewritten by Chris Vimes.
This article contains an incomplete list of helpful scripting snippets, mostly from the Graal Forums, but also from other websites. Please edit this page to add more links as you come across them.
Control Structures
Serverside and Clientside
- Explanation of serverside and clientside, introduction to triggers
- Good trigger examples (both ways)
Object/Data Types
Player
- Check if a player is staff
- Timeouts in the player object
- Player classes and reusable public functions
Misc
SQLite
iOS and Flash
Code Gallery
This list contains widely-used tools and code snippets that demonstrate a particular skill or technique. For a complete listing of scripts, see the Code Gallery.