Adding a page to a book

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

JackyBoy

Member
Feb 4, 2017
104
1
18
Hey there, is there a way to create a skript that when a player does /sign Hello it will add the message Hello to the book that they are holding.
 
Thanks, but that section of the page has not been added yet.
 
@JackyBoy

Skellett Required (Full Book Support):
code_language.skript:
 Books:
  - book %itemstack% (1¦(ha(s[n[']t]|ve)|contain[s])|2¦(do[es](n't| not) have| do[es](n't| not) contain)) [had] [an] [book [meta]] author
  - '[the] [book[''s]] author of %itemstack%'
  - '%itemstack%''s [book] author'
  - '[the] [book[''s]] generation %itemstack%'
  - '%itemstack%''s [book] generation'
  - '[the] [book[''s]] page %number% (of|in) [book] %itemstack%'
  - '%itemstack%''s [book] page %number%'
  - '[the] [book[''s]] title of %itemstack%'
  - '%itemstack%''s [book] title'
  - book %itemstack% (1¦(ha(s[n[']t]|ve)|contain[s])|2¦(do[es](n't| not) have| do[es](n't| not) contain)) [had] [a] [book [meta]] title
  - add [a] page [with] [(text|data)] [%-string%] to [book] %itemstack%
  - '[(the|all)] [of] [the] [book] pages [(from|of)] [book] %itemstack%'
  - book %itemstack% (1¦(ha(s[n[']t]|ve)|contain[s])|2¦(do[es](n't| not) have| do[es](n't| not) contain)) [had] [a] [book [meta]] generation
  - open book %itemstack% to %player%
 
Status
Not open for further replies.